 | RecipientDeliveryStatusNotificationStatus Property |
Contains a transport-independent status code which indicates the delivery status of the message to that recipient.
Namespace: Limilabs.Mail.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string Status { get; set; }Public Property Status As String
Get
Set
public:
property String^ Status {
String^ get ();
void set (String^ value);
}member Status : string with get, set
Property Value
String
See Also