|
MessengerYouLike
|
|
This Property is Used to Set the default file save path
public String DefaultFileSavePath;
Public Property DefaultFileSavePath() As String
All incoming files will be saved at this location if this location does not exist it will be created automatically
[Visual Basic] 'Create a new IMClient Dim MC as new IMSDK.IMClient 'Set the Path For All incoming File Transfers MC.DefaultFileSavePath ="c:\IMFiles"