 | ReadReceiptBuilder(IMail, ListMailBox) Constructor |
Creates new ReadReceiptBuilder object.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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> -> ReadReceiptBuilderParameters
- email IMail
- Original email message.
- notificationRecipients ListMailBox
- Recipients of the notification (Authors of the original email message).
See Also