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
};
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
};