Smtp Object : Privacy Property |
Visual Basic |
---|
Public Property Privacy As MailPrivacyConstants |
The default value is privacyNone.
If the server and the client specify secureAuto, then the highest shared protocol is normally used. If one side uses secureAuto and the other side specifies a protocol, then the protocol specified is used. If the client and server specify protocols that are different, then the Error event will fire with Number=ptProtocol and the connection will be closed.