Discuss this help topic in SecureBlackbox Forum
Specifies whether to encrypt the message.
Declaration
[C#/Java]
bool EncryptMessage;
[VB.NET]
Property EncryptMessage As Boolean
[Pascal]
property EncryptMessage: boolean;
[C++]
bool get_EncryptMessage();
void set_EncryptMessage(bool Value);
[PHP]
bool get_EncryptMessage()
void set_EncryptMessage(bool $Value)
Description
Use this property to specify if the new message (or message part) should be encrypted.
Discuss this help topic in SecureBlackbox Forum