IMailRecipientType Property |
property Type
Namespace:
SOMailSender.Interop
Assembly:
SOMailSender.Interop (in SOMailSender.Interop.dll) Version: 8.0.0.0
SyntaxERecipientType Type { get; set; }
Property Type As ERecipientType
Get
Set
Dim instance As IMailRecipient
Dim value As ERecipientType
value = instance.Type
instance.Type = value
property ERecipientType Type {
ERecipientType get ();
void set (ERecipientType value);
}
Property Value
Type:
ERecipientType
See Also