Hi,
I am trying to send email by using Chilkat API.
I was using AddFileAttachment method as:
obj_chmail.AddFileAttachment(filename);
But in case of mail with large attachment i need to use:
AddFileAttachment2 method with multipart ContentType.
How to use it? I am not getting any example code.