SaslMethodClientAnswer Property
Gets or sets an array of bytes which represents a client answer to a server challenge.

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public byte[] ClientAnswer { get; set; }

Property Value

Type: Byte
The client answer data to be sent by the client to the server.
Remarks
MailBee will use the value of this property as a client answer to the server challenge. MailBee gets this property value, converts the data into Base64, and then sends it to the server.
See Also