Click or drag to resize
MimeKit

ConnectedEventArgsHost Property

Get the name of the remote host.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public string Host { get; }

Property Value

String
The host name of the server.
Remarks
Gets the name of the remote host.
See Also