MailBee.NET Objects 7.2

SaslMethod.ClientAnswer Property

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

public byte[] ClientAnswer {get; set;}

Property Value

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

SaslMethod Class | MailBee Namespace