Modifier and Type | Class and Description |
---|---|
class |
EmailAddress
Represents an email address
|
class |
MailAddress
Represents the address of a message.
|
Modifier and Type | Method and Description |
---|---|
IMailAddress |
IMessage.getFrom()
Gets or sets a from address
|
Modifier and Type | Method and Description |
---|---|
void |
IMessage.setFrom(IMailAddress value)
Gets or sets a from address
|
void |
MailMessage.setFrom(IMailAddress value)
Sets from address
|