Catalyst Internet Mail .NET

InternetMail.Options Property

Gets and sets a value which specifies one or more client options.

[Visual Basic]
Public Property Options As InternetMailOptions
[C#]
public InternetMail.InternetMailOptions Options {get; set;}

Property Value

Returns one or more InternetMailOptions enumeration flags which specify the options for the client. The default value for this property is optionNone.

Remarks

The Options property specifies one or more default options options which are used when establishing a connection using the Connect method.

See Also

InternetMail Class | SocketTools Namespace