Extended Property  
 

Enable support for extended SMTP commands.

Syntax

object.Extended [= { True | False } ] ]

Remarks

The Extended property determines if the control should attempt to use extended SMTP commands. This is required to support options such as authentication, delivery status notification and message sizing.

Note that this property should be set before establishing a connection with the server using the Connect method. If the server does not support extended (ESMTP) features, the property value will be reset to False after the connection has been made.

Data Type

Boolean

See Also

Connect Method