AW: [Axapta-Knowledge-Village] Sending email automatically in Axapta

2005-08-19 Thread Huseyin Akdag
-Knowledge-Village] Sending email automatically in Axapta   Hi,   We also mail PDF documents from Axapta and it works like a dream. Try using the SysMailer Class instead of SysInetMail.    SysMailer mailer; ; mailer = new SysMailer(); try

RE: [Axapta-Knowledge-Village] Sending email automatically in Axapta

2005-08-19 Thread Hennie Potgieter
seyin AkdagSent: Friday, 19 August 2005 11:23 AMTo: development-axapta@yahoogroups.com; Axapta-Knowledge-Village@yahoogroups.comSubject: [Axapta-Knowledge-Village] Sending email automatically in Axapta Hi all, I am trying  to create a batch job which should send  some

[Axapta-Knowledge-Village] Sending email automatically in Axapta

2005-08-19 Thread Huseyin Akdag
Hi all, I am trying  to create a batch job which should send  some Reports  as PDF file per Mail daily. The problem is, The job can generate this file , and attach to Email this file but can’t send the mail automatically. After calling the   SendAttachment method , Outlook window  is ope

[Axapta-Knowledge-Village] Sending email automatically in Axapta

2005-08-19 Thread Huseyin Akdag
Hi all, I am trying  to create a batch job which should send  some Reports  as PDF file per Mail daily. The problem is, The job can generate this file , and attach to Email this file but can’t send the mail automatically. After calling the   SendAttachment method , Outlook window  is ope