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