Click or drag to resize
MimeKit

ISmtpClientLocalDomain Property

Get or set the local domain.

Namespace: MailKit.Net.Smtp
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
string LocalDomain { get; set; }

Property Value

String
The local domain.
Remarks
The local domain is used in the HELO or EHLO commands sent to the SMTP server. If left unset, the local IP address will be used instead.
See Also