PostItemType.From Property
The From property gets or sets the address from which the post item was sent.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property From As SingleRecipientType
Get
Set
'Usage
Dim instance As PostItemType
Dim value As SingleRecipientType
value = instance.From
instance.From = value
public SingleRecipientType From { get; set; }
Property Value
Type: ExchangeWebServices.SingleRecipientType
The From property returns the address from which the post item was sent.
Remarks
The From property can only be set when the post item is created.
See Also