EmailMessage.ReplyTo property

When overridden in a derived class, the ReplyTo property gets a value that represents the recipients to whom the message is addressed.

Namespace:  Microsoft.Exchange.Data.Transport.Email
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public ReadOnly Property ReplyTo As EmailRecipientCollection
    Get
'Usage
Dim instance As EmailMessage
Dim value As EmailRecipientCollection

value = instance.ReplyTo
public EmailRecipientCollection ReplyTo { get; }

Property value

Type: Microsoft.Exchange.Data.Transport.Email.EmailRecipientCollection

See also

Reference

EmailMessage class

EmailMessage members

Microsoft.Exchange.Data.Transport.Email namespace