Méthode | Description | |
---|---|---|
CreateMailAddress ( string address ) : System.Net.Mail.MailAddress |
Creates the mail address.
|
|
CreateMailMessageFromEntity ( |
Creates the mail message from entity.
|
|
MailMessageEx ( ) : System |
Initializes a new instance of the MailMessageEx class.
|
|
PopulateAddressList ( string addressList, MailAddressCollection recipients ) : void |
Populates the address list.
|
Méthode | Description | |
---|---|---|
GetHeader ( string header, bool stripBrackets = false ) : string |
The get header.
|
|
GetMailAddresses ( string addressList ) : IEnumerable |
Gets the mail addresses.
|
public static CreateMailAddress ( string address ) : System.Net.Mail.MailAddress | ||
address | string | /// The address. /// |
Résultat | System.Net.Mail.MailAddress |
public static CreateMailMessageFromEntity ( |
||
entity | /// The entity. /// | |
Résultat | MailMessageEx |
public static PopulateAddressList ( string addressList, MailAddressCollection recipients ) : void | ||
addressList | string | /// The address list. /// |
recipients | MailAddressCollection | /// The recipients. /// |
Résultat | void |