| RecipientDeliveryStatusNotificationStatus Property |
Contains a transport-independent status code which indicates the delivery status of the message to that recipient.
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
StringSee Also