PostItemType.From Property

Definition

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.

Applies to