![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi
When accessing other peoples calendar i get a security warning. I hink that redemption can help me out, but i cant find the methods for it. Posting my code (C#) private OfficeApplication m_Application = null; private NameSpace m_NameSpace = null; m_Application = OutlookApplication.Create(); if (m_Application == null) { return false; } m_NameSpace = m_Application.Session; Recipient olRecipientToOpen = null; olRecipientToOpen = m_NameSpace.GetRecipientFromID( CalendarId ); m_NameSpace.GetSharedDefaultFolder(olRecipientToOp en , OlDefaultFolders.olFolderCalendar); It is the "GetRecipientFromID" that causes the security issue. I dont know the name of the MailBox only the CalendarID. Thanks in advance //Mike |
#2
|
|||
|
|||
![]()
mike wrote:
When accessing other peoples calendar i get a security warning. I hink that redemption can help me out, but i cant find the methods for it. Posting my code (C#) Asking in news://msnews.microsoft.com/microsof...program_addins or news://msnews.microsoft.com/microsof...ok.program_vba may be more productive, because the programmers hang out there. -- Brian Tillman [MVP-Outlook] |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Other Peoples Folders | Mongal | Outlook - Calandaring | 0 | March 21st 07 04:52 PM |
how do I view other peoples calendar? | nadine | Outlook - Calandaring | 1 | July 26th 06 07:50 PM |
See other peoples appointments | pjsocal | Outlook - Calandaring | 3 | April 14th 06 06:29 AM |
Is there any way to put 2 peoples names in one contact? | ValatieNY | Outlook - Using Contacts | 0 | April 6th 06 04:27 PM |
Updating Peoples Calendar from a Common Calendar | CericME | Outlook - Calandaring | 3 | February 7th 06 01:41 PM |