SocketTools .NET Edition

PopClient.Options Property

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

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

Property Value

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

Remarks

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

See Also

PopClient Class | SocketTools Namespace