|
MessengerYouLike
|
|
This Property is Used to Encrypt all Outgoing File Transfers
public Boolean FileEncryption;
Public Property FileEncryption() As Boolean
If this property is Set to True Then all Files will be Encrypted with Secret key Property FileEncryptionKey
[Visual Basic] 'Create a new IMClient Dim MC as new IMSDK.IMClient 'Set The Boolean Value of FileEncryptionkey MC.FileEncryptionKey = True