Click or drag to resize
MimeKit

ReceivedWith Property

Get or set the protocol or mechanism used to receive the message.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public string? With { get; set; }

Property Value

String
The protocol identifier if available; otherwise, .
Exceptions
ExceptionCondition
ArgumentException The value is not a valid atom token.
Remarks
Gets or sets the "with" clause which indicates the mail protocol (e.g., "SMTP", "ESMTP", etc) used during the message transmission.
See Also