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

GetEnvelopeId() protected method

Get the envelope identifier to be used with delivery status notifications.

The envelope identifier, if non-empty, is useful in determining which message a delivery status notification was issued for.

The envelope identifier should be unique and may be up to 100 characters in length, but must consist only of printable ASCII characters and no white space.

For more information, see rfc3461, section 4.4.

protected GetEnvelopeId ( MimeMessage message ) : string
message MimeKit.MimeMessage The message.
return string
		protected virtual string GetEnvelopeId (MimeMessage message)
		{
			return null;
		}