MessageType.From Property
The From property gets or sets the addressee from whom the message was sent. This property is optional. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property From As SingleRecipientType
Get
Set
'Usage
Dim instance As MessageType
Dim value As SingleRecipientType
value = instance.From
instance.From = value
public SingleRecipientType From { get; set; }
Property Value
Type: ExchangeWebServices.SingleRecipientType
The From property returns a SingleRecipientType that represents the addressee from whom the message was sent.
Only the Name property is returned in a FindItem call. The EmailAddress property is not returned in a FindItem call.
See Also