C# Class BitServer.BitMsg

Mostra file Open project: AyrA/BitMailServer Class Usage Examples

Public Properties

Property Type Description
encodingType int
fromAddress string
message string
msgid string
receivedTime int
subject string
toAddress string

Property Details

encodingType public_oe property

public int encodingType
return int

fromAddress public_oe property

public string fromAddress
return string

message public_oe property

public string message
return string

msgid public_oe property

public string msgid
return string

receivedTime public_oe property

public int receivedTime
return int

subject public_oe property

public string subject
return string

toAddress public_oe property

public string toAddress
return string