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