EmailMessage.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.
Gets a list of e-mail addresses to which replies should be addressed.
public:
property Microsoft::Exchange::WebServices::Data::EmailAddressCollection ^ ReplyTo { Microsoft::Exchange::WebServices::Data::EmailAddressCollection ^ get(); };
public Microsoft.Exchange.WebServices.Data.EmailAddressCollection ReplyTo { get; }
Public ReadOnly Property ReplyTo As EmailAddressCollection
Property Value
A list of e-mail addresses.