RecipientRecipientType Property |
How the recipient will receive this message (To, CC, BCC).
Namespace:
Aspose.Email.Windows.Forms
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic RecipientType RecipientType { get; set; }
Public Property RecipientType As RecipientType
Get
Set
public:
property RecipientType RecipientType {
RecipientType get ();
void set (RecipientType value);
}
member RecipientType : RecipientType with get, set
Property Value
Type:
RecipientType
See Also