C# Class BitServer.SMTPstate

Show file Open project: AyrA/BitMailServer Class Usage Examples

Public Properties

Property Type Description
from string
isCommand bool
message string
onData bool
spam bool
subject string
to List

Property Details

from public property

public string from
return string

isCommand public property

public bool isCommand
return bool

message public property

public string message
return string

onData public property

public bool onData
return bool

spam public property

public bool spam
return bool

subject public property

public string subject
return string

to public property

public List to
return List