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