PostItemType.From Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The From property gets or sets the address from which the post item was sent.
public:
property ExchangeWebServices::SingleRecipientType ^ From { ExchangeWebServices::SingleRecipientType ^ get(); void set(ExchangeWebServices::SingleRecipientType ^ value); };
public ExchangeWebServices.SingleRecipientType From { get; set; }
Public Property From As SingleRecipientType
Property Value
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.