| MimeDeliveryStatusNotificationItem Property |
Gets any field defined in this Delivery Status Notification (DSN) root (
Root.
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As String
Get
public:
property String^ default[String^ name] {
String^ get (String^ name);
}
member Item : string with get
Parameters
- name
- Type: SystemString
Field name.
Return Value
Type:
StringField value.
See Also