C# Example : AddDataAttachment2 Method of Chilkat C# Email Class Reference
- by Sagy
Hi,
I am tring 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.