MessageType.ReplyTo 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 ReplyTo property gets or sets a collection of addresses to which replies should be sent. This property is optional. This is a read/write property.
public:
property cli::array <ExchangeWebServices::EmailAddressType ^> ^ ReplyTo { cli::array <ExchangeWebServices::EmailAddressType ^> ^ get(); void set(cli::array <ExchangeWebServices::EmailAddressType ^> ^ value); };
public ExchangeWebServices.EmailAddressType[] ReplyTo { get; set; }
Public Property ReplyTo As EmailAddressType()
Property Value
The ReplyTo property returns an EmailAddressType array that contains a set of addresses to which replies should be sent.