SaslMethodClientAnswer Property |
Gets or sets an array of bytes which represents a client answer to a server challenge.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public byte[] ClientAnswer { get; set; }
Public Property ClientAnswer As Byte()
Get
Set
Property Value
Type:
ByteThe 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