| MimeDeliveryStatusNotificationFirstRecipient Property |
Gets all Delivery Status Notification for first recipient, or null if no recipient is found.
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public RecipientDeliveryStatusNotification FirstRecipient { get; }
Public ReadOnly Property FirstRecipient As RecipientDeliveryStatusNotification
Get
public:
property RecipientDeliveryStatusNotification^ FirstRecipient {
RecipientDeliveryStatusNotification^ get ();
}
member FirstRecipient : RecipientDeliveryStatusNotification with get
Property Value
Type:
RecipientDeliveryStatusNotificationSee Also