Click or drag to resize

MimeMessageDispositionNotificationItem Property

Gets or sets any field defined in this Message Delivery Notification (MDN).

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public string this[
	string name
] { get; set; }

Parameters

name
Type: SystemString
Field name.

Return Value

Type: String
Field value
See Also