Project

General

Profile

need help on MMS

Added by admin over 4 years ago

Hi,
when I send mms I use below code, when I send a bigger image file, do you have a way
to terminate sending while it sending the message? I try disconnect the connection,
but it seems the sending still running.

wapClient.ExecutionTimeOut = 300000;

' below line will take more time until timeout or send success, I want terminate
while it sending. Please help me how to do?
MessagingToolkit.Wap.Response response = wapClient.Execute(request);

byte[] binaryMms = response.ResponseBody;
wapClient.Disconnect();
wapClient = null;


Replies (2)

RE: need help on MMS - Added by admin over 4 years ago

Hi,

Please try with the attached patch which has better support for MMS sending. Please note it is currently still under beta testing.

Do run the executables with Administrator permission.

config.DataConnectionTimeout will set the data connection time out in milliseconds
config.SendRetries sets the number of times to retry sending

The next release will be out in few weeks time.

Thanks
Regards

patch.zip (1.18 MB) patch.zip

RE: need help on MMS - Added by admin over 4 years ago

Hi,

The patch is included in 1.8.2.0. You can now download this release.

Thanks
Regards
admin

    (1-2/2)