C# Class BitServer.SMTPstate

Mostra 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_oe property

public string from
return string

isCommand public_oe property

public bool isCommand
return bool

message public_oe property

public string message
return string

onData public_oe property

public bool onData
return bool

spam public_oe property

public bool spam
return bool

subject public_oe property

public string subject
return string

to public_oe property

public List to
return List