SmtpClientAuthenticationMethods Property Ipswitch.Messaging.Framework
Gets or sets a list of SmtpAuthenticationTypes that will be used (in the order specified in the list) to authenticate against the SMTP server.

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public IList<SmtpClientAuthenticator> AuthenticationMethods { get; set; }

Property Value

Type: IListSmtpClientAuthenticator
See Also

Reference