SMTPServerInfo Type
Describes the SMTP server's capabilities.
Remarks
Check this object to learn about the SMTP server's technical capabilities.
Fields
AuthLoginSupported Boolean |
Whether the SMTP server supports LOGIN authentication method. |
AuthPlainSupported Boolean |
Whether the SMTP server supports PLAIN authentication method. |
Available Boolean |
Specifies whether server extensions are available. |
BinarySupported Boolean |
Whether binary sending mode is supported by the SMTP server. |
ChunkingSupported Boolean |
Whether message chunking is supported by the SMTP server. |
DsnSupported Boolean |
Whether the SMTP server supports Delivery Status Notifications. |
MaxMessageSize Integer |
Returns the maximum size of a message in bytes which the server can accept. |
SaslSupported Boolean |
Whether the SMTP server supports SASL authentication. |
SizeSupported Boolean |
Whether the SMTP server supports SIZE service extension. |
StatusCodesSupported Boolean |
Whether the SMTP server supports status codes. |