C# 클래스 BitServer.SMTPstate

파일 보기 프로젝트 열기: AyrA/BitMailServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
from string
isCommand bool
message string
onData bool
spam bool
subject string
to List

프로퍼티 상세

from 공개적으로 프로퍼티

public string from
리턴 string

isCommand 공개적으로 프로퍼티

public bool isCommand
리턴 bool

message 공개적으로 프로퍼티

public string message
리턴 string

onData 공개적으로 프로퍼티

public bool onData
리턴 bool

spam 공개적으로 프로퍼티

public bool spam
리턴 bool

subject 공개적으로 프로퍼티

public string subject
리턴 string

to 공개적으로 프로퍼티

public List to
리턴 List