| ReadReceiptBuilder Constructor (IMail, ListMailBox) |
Creates new ReadReceiptBuilder object.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public ReadReceiptBuilder(
IMail email,
List<MailBox> notificationRecipients
)
Public Sub New (
email As IMail,
notificationRecipients As List(Of MailBox)
)
public:
ReadReceiptBuilder(
IMail^ email,
List<MailBox^>^ notificationRecipients
)
new :
email : IMail *
notificationRecipients : List<MailBox> -> ReadReceiptBuilder
Parameters
- email
- Type: Limilabs.MailIMail
Original email message. - notificationRecipients
- Type: System.Collections.GenericListMailBox
Recipients of the notification (Authors of the original email message).
See Also