You are here: MessengerYouLike.IMSDK > IMSDK Reference > IMSDK Namespace > Classes > IMClient Class > IMClient Properties > IMClient.FileEncryption Property
MessengerYouLike
IMClient.FileEncryption Property

This Property is Used to Encrypt all Outgoing File Transfers

C#
public Boolean FileEncryption;
Visual Basic
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
Copyright (c) 2007. All rights reserved.