 | ReceivedWith Property |
Get or set the protocol or mechanism used to receive the message.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxpublic string? With { get; set; }Property Value
StringThe protocol identifier if available; otherwise,
.
Exceptions
Remarks
Gets or sets the "with" clause which indicates the mail protocol (e.g., "SMTP", "ESMTP", etc)
used during the message transmission.
See Also