A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Calandaring
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Writing other peoples calendar



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 14th 07, 07:58 AM posted to microsoft.public.outlook.calendaring
mike[_2_]
external usenet poster
 
Posts: 3
Default Writing other peoples calendar

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  
Old August 14th 07, 02:45 PM posted to microsoft.public.outlook.calendaring
Brian Tillman
external usenet poster
 
Posts: 17,452
Default Writing other peoples calendar

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 11:08 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.