Click or drag to resize
MimeKit

MailServiceProxyClient Property

Get or set the proxy client to use when connecting to a remote host.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public IProxyClient ProxyClient { get; set; }

Property Value

IProxyClient
The proxy client.

Implements

IMailServiceProxyClient
Remarks
Gets or sets the proxy client to use when connecting to a remote host via any of the Connect methods.
See Also