Re: add an appointment in a specific calendar in Outlook
- From: "Michel Lévy" <stop.michelvfplevy@xxxxxxxxxxxxxxx>
- Date: Thu, 14 Apr 2005 09:18:32 +0200
Thanks to Ken Slovak (MVP) who gives me the solution in the newsgroup
outlook.program_vba
"Michel Lévy" <stop.michelvfplevy@xxxxxxxxxxxxxxx> a écrit dans le message
de news: OaYNysCQFHA.4020@xxxxxxxxxxxxxxxxxxxxxxx
> From a program in Visual FoxPro, I am trying to add an appointment in a
> specific calendar in Outlook 2003.
>
> I can add an appointment to the "standard" calendar, I can add a new
> clendar, I can remove it if necessary, but how can I add an appointment in
> that new calendar?
>
> looutlook=CREATEOBJECT("outlook.application")
> lonamespace=looutlook.GetNamespace("MAPI")
>
> and then ?
> loitem=looutlook.CreateItem(1) gives me an appointment in default
> calendar, when I do loitem.save
>
> Thanks
>
> --
> http://www.atoutfox.org
>
> AtoutFoxement,
> Michel Lévy
> Communauté Francophone des Professionnels FoxPro
>
.
- References:
- add an appointment in a specific calendar in Outlook
- From: Michel Lévy
- add an appointment in a specific calendar in Outlook
- Prev by Date: Re: Open or Create word document from within Access
- Next by Date: Word 2003 use within ASP.NET 1.1 -- Worked for months now fails...
- Previous by thread: add an appointment in a specific calendar in Outlook
- Next by thread: Word 2003 use within ASP.NET 1.1 -- Worked for months now fails...
- Index(es):
Relevant Pages
|