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 and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Resolve calendar



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 25th 10, 04:01 PM posted to microsoft.public.outlook.program_vba
Heloïse
external usenet poster
 
Posts: 1
Default Resolve calendar

Hello

I want to resolve a calendar after a createrecipient of a collegue of the
society. For same calendars, it is ok, I can read all entries but for same
calendars I don't can resolve the calendar. Why ? Thanks for the answer.

Helo


Ads
  #2  
Old April 26th 10, 03:30 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Resolve calendar

What are you talking about? Are you trying to use
NameSpace.GetSharedDefaultFolder() with a created Recipient object? That
will only work if you have permissions to access the calendars in question.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Heloïse" wrote in message
...
Hello

I want to resolve a calendar after a createrecipient of a collegue of the
society. For same calendars, it is ok, I can read all entries but for same
calendars I don't can resolve the calendar. Why ? Thanks for the answer.

Helo


  #3  
Old April 30th 10, 03:31 PM posted to microsoft.public.outlook.program_vba
JJFa
external usenet poster
 
Posts: 1
Default Resolve calendar

I have created a NameSpace like this

Set nms = appOutlook.GetNamespace("MAPI")
Set autres = nms.CreateRecipient("Calendars'name of my collegue")
autres.Resolve
Set fld = nms.GetSharedDefaultFolder(autres, olFolderCalendar)

After this, fld returns an error that the name can't be readen and
"autres.resolved" return false.
Can coming the problem that a programm is Outlook 2003 and the other is
Outlook 2007 ?
Thank's

"Ken Slovak - [MVP - Outlook]" a écrit dans le message
de news: ...
What are you talking about? Are you trying to use
NameSpace.GetSharedDefaultFolder() with a created Recipient object? That
will only work if you have permissions to access the calendars in
question.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Heloïse" wrote in message
...
Hello

I want to resolve a calendar after a createrecipient of a collegue of the
society. For same calendars, it is ok, I can read all entries but for
same calendars I don't can resolve the calendar. Why ? Thanks for the
answer.

Helo




  #4  
Old April 30th 10, 03:39 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Resolve calendar

The problem is that your Recipient object is not resolving. You are
providing incorrect information for that Recipient. I have no idea what you
are supplying or what would be correct. Try the SMTP address or the Exchange
alias of that person.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"JJFa" wrote in message ...
I have created a NameSpace like this

Set nms = appOutlook.GetNamespace("MAPI")
Set autres = nms.CreateRecipient("Calendars'name of my collegue")
autres.Resolve
Set fld = nms.GetSharedDefaultFolder(autres, olFolderCalendar)

After this, fld returns an error that the name can't be readen and
"autres.resolved" return false.
Can coming the problem that a programm is Outlook 2003 and the other is
Outlook 2007 ?
Thank's


 




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
how do I set outlook to automatically resolve calendar conflicts? ConfusedComputerIlliterate1987 Outlook - Calandaring 0 March 29th 10 05:17 PM
RDOAddressBook.Resolve [email protected] Outlook and VBA 1 November 26th 08 08:57 PM
Cannot resolve Name esieens Outlook - Installation 0 January 28th 08 06:56 PM
contact won't resolve? Dale Outlook and VBA 5 August 25th 06 12:50 AM
What does Resolve do? salad Outlook and VBA 4 July 29th 06 07:15 PM


All times are GMT +1. The time now is 04:47 PM.


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.