Class Recipient
Represents a Recipient for a MapiMailMessage.
public class Recipient
- Inheritance
-
Recipient
- Inherited Members
- Extension Methods
Constructors
Recipient(string)
Creates a new recipient with the specified address.
public Recipient(string address)
Parameters
address
string
Recipient(string, RecipientType)
Creates a new recipient with the specified address and recipient type.
public Recipient(string address, MapiMailMessage.RecipientType recipientType)
Parameters
address
stringrecipientType
MapiMailMessage.RecipientType
Recipient(string, string)
Creates a new recipient with the specified address and display name.
public Recipient(string address, string displayName)
Parameters
Recipient(string, string, RecipientType)
Creates a new recipient with the specified address, display name and recipient type.
public Recipient(string address, string displayName, MapiMailMessage.RecipientType recipientType)
Parameters
address
stringdisplayName
stringrecipientType
MapiMailMessage.RecipientType
Fields
Address
The email address of this recipient.
public string Address
Field Value
DisplayName
The display name of this recipient.
public string DisplayName
Field Value
RecipientType
How the recipient will receive this message (To, CC, BCC).
public MapiMailMessage.RecipientType RecipientType