Click or drag to resize

ReadReceiptBuilder(IMail, ListMailBox) Constructor

Creates new ReadReceiptBuilder object.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public ReadReceiptBuilder(
	IMail email,
	List<MailBox> notificationRecipients
)

Parameters

email  IMail
Original email message.
notificationRecipients  ListMailBox
Recipients of the notification (Authors of the original email message).
See Also