Setting Content and attachment type in email

SeaCay

Member
Licensed User
Longtime User
Hello All,

I have an app that at End-Of-Business sends an email with an attachment.
This works fine, except that the attachment loses its CRLF at the end of each line.

If I examine the file directly from the device, Windows sees the CRLF's but when the file is sent by email, the CRLF's are stripped out.

I think the issue might lay with defining the content/attachment type.

Is there any way to do this?

regards

SeaCay
 

SeaCay

Member
Licensed User
Longtime User
Great, that issue has been resolved :sign0142:,

Back to the original problem...

I would appreciate any suggestions on how the

header function of "Content-Type" can be set.

e.g. "Content-Type: multipart/mixed;"

regards

and thanks

SeaCay
 
Upvote 0

SeaCay

Member
Licensed User
Longtime User
Hello Erel,

Strangely, I thought that may have been the case and I had previously tested that scenario, but with no success.

I am now thinking that the cuilprit may be the receiving system or the PC's "Exchange Server" as I cannot reproduce the issue on any other PC.

Thank you most kindly for your reply.

regards

SeaCay
 
Upvote 0
Top