how to SaveAs a ics file in Outlook2000

S

sdsuper

i had imported mso.dll and MSOUTL9.OLB.
Now how to use this com ptr function "SaveAs" to a ics file?
thank.
ps: i found a enum defined inmsoutl9.tlh file
enum OlSaveAsType
{
olTXT = 0,
olRTF = 1,
olTemplate = 2,
olMSG = 3,
olDoc = 4,
olHTML = 5,
olVCard = 6,
olVCal = 7
};
 
S

sdsuper

thank you,


Sue Mosher said:
Outlook 2003 supports iCal:

Const olICal = 8

But I'm not sure that Outlook 2000 does. I suspect that it doesn't.

FYI, there is a newsgroup specifically for general Outlook programming
issues "down the hall" at microsoft.public.outlook.program_vba or, via web
interface, at
http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top