Help!

Outlook Task and Exchange server

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming VBA RSS
Next:  Create new contact "file as:" format?  
Author Message
CBenac
External


Since: Feb 05, 2009
Posts: 4



PostPosted: Wed Feb 11, 2009 9:09 am    Post subject: Outlook Task and Exchange server
Archived from groups: microsoft>public>outlook>program_vba (more info?)

I use VBA code to first add a task then later, find it (Using the [Subject] =
"My subject") and once found, open Outlook in the selected task . It works
fine but only for the user who entered it in the first place. Even though the
tasks are shared, the other users cannot find it, (as described previously)
however calling "Folder.Display", brings up all tasks and the other user can
them see it there, but they will need to find and select the task manually

Note: Each user has his/her own computer and they don't change it. There is
a total of 03 users

TIA

--
CBenac
Back to top
Dmitry Streblechenko
External


Since: Nov 23, 2003
Posts: 1400



PostPosted: Wed Feb 11, 2009 10:14 am    Post subject: Re: Outlook Task and Exchange server [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

What folder do you search the task in?
Do you retrieve the *current* user's default folder using
Namespace.GetDefaultFolder or use Namespace.GetSharedDefaultFolder?

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"CBenac" <CBenac.TakeThisOut@discussions.microsoft.com> wrote in message
news:42F01938-9EC0-453B-AE42-5394764FA768@microsoft.com...
>I use VBA code to first add a task then later, find it (Using the [Subject]
>=
> "My subject") and once found, open Outlook in the selected task . It works
> fine but only for the user who entered it in the first place. Even though
> the
> tasks are shared, the other users cannot find it, (as described
> previously)
> however calling "Folder.Display", brings up all tasks and the other user
> can
> them see it there, but they will need to find and select the task manually
>
> Note: Each user has his/her own computer and they don't change it. There
> is
> a total of 03 users
>
> TIA
>
> --
> CBenac
Back to top
CBenac
External


Since: Feb 05, 2009
Posts: 4



PostPosted: Wed Feb 11, 2009 10:14 am    Post subject: Re: Outlook Task and Exchange server [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I use the Namespace.GetDefaultFolder. How would it be to call the Shared?
--
CBenac


"Dmitry Streblechenko" wrote:

> What folder do you search the task in?
> Do you retrieve the *current* user's default folder using
> Namespace.GetDefaultFolder or use Namespace.GetSharedDefaultFolder?
>
> --
> Dmitry Streblechenko (MVP)
> http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
> -
> "CBenac" <CBenac.RemoveThis@discussions.microsoft.com> wrote in message
> news:42F01938-9EC0-453B-AE42-5394764FA768@microsoft.com...
> >I use VBA code to first add a task then later, find it (Using the [Subject]
> >=
> > "My subject") and once found, open Outlook in the selected task . It works
> > fine but only for the user who entered it in the first place. Even though
> > the
> > tasks are shared, the other users cannot find it, (as described
> > previously)
> > however calling "Folder.Display", brings up all tasks and the other user
> > can
> > them see it there, but they will need to find and select the task manually
> >
> > Note: Each user has his/her own computer and they don't change it. There
> > is
> > a total of 03 users
> >
> > TIA
> >
> > --
> > CBenac
>
>
>
Back to top
Dmitry Streblechenko
External


Since: Nov 23, 2003
Posts: 1400



PostPosted: Wed Feb 11, 2009 11:22 am    Post subject: Re: Outlook Task and Exchange server [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You just pass the default fodler kind (same as GetDefaultFolder) and a
recipeint object returned from Namespace.CreateRecipient.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"CBenac" <CBenac.TakeThisOut@discussions.microsoft.com> wrote in message
news:5D50E768-3E69-448B-82E4-CAAA9BDF6635@microsoft.com...
>I use the Namespace.GetDefaultFolder. How would it be to call the Shared?
> --
> CBenac
>
>
> "Dmitry Streblechenko" wrote:
>
>> What folder do you search the task in?
>> Do you retrieve the *current* user's default folder using
>> Namespace.GetDefaultFolder or use Namespace.GetSharedDefaultFolder?
>>
>> --
>> Dmitry Streblechenko (MVP)
>> http://www.dimastr.com/
>> OutlookSpy - Outlook, CDO
>> and MAPI Developer Tool
>> -
>> "CBenac" <CBenac.TakeThisOut@discussions.microsoft.com> wrote in message
>> news:42F01938-9EC0-453B-AE42-5394764FA768@microsoft.com...
>> >I use VBA code to first add a task then later, find it (Using the
>> >[Subject]
>> >=
>> > "My subject") and once found, open Outlook in the selected task . It
>> > works
>> > fine but only for the user who entered it in the first place. Even
>> > though
>> > the
>> > tasks are shared, the other users cannot find it, (as described
>> > previously)
>> > however calling "Folder.Display", brings up all tasks and the other
>> > user
>> > can
>> > them see it there, but they will need to find and select the task
>> > manually
>> >
>> > Note: Each user has his/her own computer and they don't change it.
>> > There
>> > is
>> > a total of 03 users
>> >
>> > TIA
>> >
>> > --
>> > CBenac
>>
>>
>>
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming VBA All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum