Click or drag to resize

RecipientDeliveryStatusNotificationItem Property

Gets any field defined in Delivery Status Notification (DSN) for this recipient.

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

Parameters

name  String
Field name.

Return Value

String
Field value
See Also