Gets or sets the list of mailboxes that should be notified of message disposition by the receiving user agent.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Property DispositionNotificationTo As MailAddressCollection
	Get
	Set
C#
public MailAddressCollection DispositionNotificationTo { get; set; }

Field Value

The list of mailboxes.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also