| 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.23341.1754
Syntax public string this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As String
Get
Set
public:
property String^ default[String^ name] {
String^ get (String^ name);
void set (String^ name, String^ value);
}
member Item : string with get, set
Parameters
- name
- Type: SystemString
Field name.
Return Value
Type:
StringField value
See Also