PostItemType.Sender Property
The Sender property gets or sets the sender of an item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Sender As SingleRecipientType
Get
Set
'Usage
Dim instance As PostItemType
Dim value As SingleRecipientType
value = instance.Sender
instance.Sender = value
public SingleRecipientType Sender { get; set; }
Property Value
Type: ExchangeWebServices.SingleRecipientType
The Sender property returns the sender of an item.
See Also