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

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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