C# 클래스 BitServer.BitMsg

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

공개 프로퍼티들

프로퍼티 타입 설명
encodingType int
fromAddress string
message string
msgid string
receivedTime int
subject string
toAddress string

프로퍼티 상세

encodingType 공개적으로 프로퍼티

public int encodingType
리턴 int

fromAddress 공개적으로 프로퍼티

public string fromAddress
리턴 string

message 공개적으로 프로퍼티

public string message
리턴 string

msgid 공개적으로 프로퍼티

public string msgid
리턴 string

receivedTime 공개적으로 프로퍼티

public int receivedTime
리턴 int

subject 공개적으로 프로퍼티

public string subject
리턴 string

toAddress 공개적으로 프로퍼티

public string toAddress
리턴 string