Dart Smtp, Pop, Imap Controls
Capabilities Property
Description
Collection of strings that contains the protocol extensions supported by the server. Values are initialized during login.
Property type
Read-only property
Syntax
Visual Basic
Public Property Capabilities As DartStrings
Remarks

Read-only (but you can remove Strings in the collection).

By default, capabilities supported by the server and the control are automatically used. Removing a capability from the collection disables use of the associated extension. Reactivate the use of the capability by restoring the capability to the collection or restarting the session. The following statement disables use of the "PIPELINING" extension:

Smtp1.Capabilities.Remove("PIPELINING") ' "PIPELINING" is disabled.

DSNTYPE, 8BITMIME, ENHSTATUSCODES, PIPELINING, and SIZE are automatically used if they are advertised by the server. See SMTP Protocol Overview for more information on these extensions.

See Also

Smtp Object  | Smtp Members


PowerTCP Mail for ActiveX Documentation Version 2.13
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic