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