 | MimeDeliveryStatusNotificationItem Property |
Gets any field defined in this Delivery Status Notification (DSN) root (
Root.
Namespace: Limilabs.Mail.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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 String
- Field name.
Return Value
StringField value.
See Also