Smtp Object : Capabilities Property |
Visual Basic |
---|
Public Property Capabilities As DartStrings |
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.