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