[Axapta-Knowledge-Village] How to open new outlook meeting request from ax on button click [1 Attachment]

2009-12-15 Thread asit nayak
HI All , I want to open Outlook meeting request on button click of AX form. This form is activity form in CRM module. Can anyone please help me with this, how can i do this. Your help is much apprciated.Please attached screenshot of meeting request i want to open. Thanks,Asit 

Re: [Axapta-Knowledge-Village] How to open new outlook meeting request from ax on button click

2009-12-15 Thread Anitha S
Hi, Try this code : static void OutlookAppointment(Args _args) { COM sysOutlookCollection; COM collection; COMVariant comStartDate = new COMVariant(); COMVariant comEndDate = new COMVariant(); COM c; #SysOutLookCOMDEF #define.mapi(MAPI) #define.outlook(Outlook.Application)