MailKit.Net.Smtp.SmtpClient.GetDeliveryStatusNotifications C# (CSharp) Method

GetDeliveryStatusNotifications() protected method

Get the types of delivery status notification desired for the specified recipient mailbox.
Gets the types of delivery status notification desired for the specified recipient mailbox.
protected GetDeliveryStatusNotifications ( MimeMessage message, MimeKit.MailboxAddress mailbox ) : DeliveryStatusNotification?
message MimeKit.MimeMessage The message being sent.
mailbox MimeKit.MailboxAddress The mailbox.
return DeliveryStatusNotification?
		protected virtual DeliveryStatusNotification? GetDeliveryStatusNotifications (MimeMessage message, MailboxAddress mailbox)
		{
			return null;
		}