Outlook Calendar question

Add-in Express™ Support Service
That's what is more important than anything else

Outlook Calendar question
 
Kristjan H




Posts: 27
Joined: 2005-10-29
Hi

is there any simple way to read parametres from outlook like following code:

MyItem:=OutlookConnect1.Calendar.Items.Add;
MyItem.Subject:=rida[0];
MyItem.Start:=rida[1];
MyItem.Duration:=rida[2];
MyItem.Location:=rida[3];
MyItem.Importance:=strtoint(rida[5]);
MyItem.alldayevent:=strtobool(rida[6]);
MyItem.body:=rida[7];
MyItem.Save;

Kris
Posted 31 Oct, 2005 16:17:24 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Kristjan,

No, there isn't. The only possible way is to read property by property.
Posted 02 Nov, 2005 07:20:51 Top
Kristjan H




Posts: 27
Joined: 2005-10-29
I could send example class, maybe its good to add to ADX?
Posted 02 Nov, 2005 16:35:52 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Kristjan,

Thank you. We will be pleased to see it.

Posted 03 Nov, 2005 07:03:30 Top