B
Brajesh Jain
Hi,
i m working on a vb 6.0 to c# conversion project. It is a mailing
application.Existing code uses CDO library for that and this code uses
content-type-encoding and charset properties for the message
existing code is like that
Dim m As CDO.Message
m.HTMLBodyPart.Charset = MsgCharset
m.HTMLBodyPart.ContentTransferEncoding =
MsgContentTransferEncoding
m.TextBodyPart.Charset = MsgCharset
m.TextBodyPart.ContentTransferEncoding =
MsgContentTransferEncoding
but i m not able to find out how to do same thing in the c#.
can anybody help me out
Thansk & Regards
Brajesh
i m working on a vb 6.0 to c# conversion project. It is a mailing
application.Existing code uses CDO library for that and this code uses
content-type-encoding and charset properties for the message
existing code is like that
Dim m As CDO.Message
m.HTMLBodyPart.Charset = MsgCharset
m.HTMLBodyPart.ContentTransferEncoding =
MsgContentTransferEncoding
m.TextBodyPart.Charset = MsgCharset
m.TextBodyPart.ContentTransferEncoding =
MsgContentTransferEncoding
but i m not able to find out how to do same thing in the c#.
can anybody help me out
Thansk & Regards
Brajesh