C# Class BitServer.SMTPstate

Afficher le fichier Open project: AyrA/BitMailServer Class Usage Examples

Méthodes publiques

Свойство 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
Résultat string

isCommand public_oe property

public bool isCommand
Résultat bool

message public_oe property

public string message
Résultat string

onData public_oe property

public bool onData
Résultat bool

spam public_oe property

public bool spam
Résultat bool

subject public_oe property

public string subject
Résultat string

to public_oe property

public List to
Résultat List