C# Example : AddDataAttachment2 Method of Chilkat C# Email Class Reference
Posted
by Sagy
on Stack Overflow
See other posts from Stack Overflow
or by Sagy
Published on 2010-05-18T12:07:51Z
Indexed on
2010/05/18
12:10 UTC
Read the original article
Hit count: 873
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.
© Stack Overflow or respective owner