Urgent-How to get calendar timeings to add message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hai,
I have written a program for outlook calendar it adds messages to that,
i want add that message at particular intervals i selected in the outlook
calendar.
I have written program in c#,how to get that selected date and timings from
outlook calendar.
Regards
shilpa
 
Have you looked at the Application.ActiveExplorer.Selection collection?

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 Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
I have checked that Application.ActiveExplorer.Selection collection,but there
is no information i that.I want to add some message to outlook calendar
whatever time slotes i selected using c#,what mehods to use


I will be helpful to me if you reply.
Thanks in advance
Regards
shilpa
 
Ah, you mean selected times, not selected items. Outlook doesn't expose the time selection directly. See http://www.outlookcode.com/codedetail.aspx?id=616 for a workaround.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top