How to send multiple attachment with mail using 397(Mail) codeunit?

Hi All,

Version: NAV 4.0 SP3.

I want to send a mail with multiple attachment.

I write the code for same
Mail.NewMessage(TO,CC, Subject, Body,attachment1+’;’+attachment2, FALSE); but it’s not working, only mail was going without attachment.

If I use the same code for single attachment it’s working fine.

Can anyone suggest me how to send multiple attachment?

Thanks & Regards

Abhishek

I hope these can help you

http://dynamicsuser.net/forums/p/9058/31968.aspx#31968

http://dynamicsuser.net/forums/p/7931/42338.aspx#42338