|
|
|
date: Thu, 19 Jun 2008 12:16:01 -0700,
group: microsoft.public.platformsdk.mapi
back
Re: Delete Message get warning code MAPI_W_PARTIAL_COMPLETION"
I invkoe HrMailboLogon to get Store, and OpenEntry with best access to open
folder, for access rights, I have assign the use with full access, Send-As,
Receive-As on those mailboxes. Anything else need be assigned?
Thanks a lot.
leslie
"Dmitry Streblechenko" wrote:
> That means the mesage hasn't been deleted.
> Did you open store/folder in the r/w mode? Do you have the right access
> rights?
>
> --
> Dmitry Streblechenko (MVP)
> http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
> -
> "Leslie Xia" wrote in message
> news:33114471-7861-4ECF-825E-266FE6F6B86D@microsoft.com...
> > Hi
> >
> > I get a new problem, and when I try to delete Message from my extension, a
> > warning code MAPI_W_PARTIAL_COMPLETION" return. What that means?
> >
> > I am running in exch2007 server, and outlook2007.
> > I logon on user and logon to other account through IExchangeManageStore.
> > everything is OK but the deleting message.
> > Thanks.
> >
> > leslie
>
>
>
date: Thu, 19 Jun 2008 15:29:00 -0700
author: Leslie Xia
Re: Delete Message get warning code MAPI_W_PARTIAL_COMPLETION"
Do the messages exist?
Are they opened elsewhere with r/w access?
Are they being submitted?
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Leslie Xia" wrote in message
news:82E3B192-1B4A-4391-BCAC-B5CB753A6C7C@microsoft.com...
>I invkoe HrMailboLogon to get Store, and OpenEntry with best access to open
> folder, for access rights, I have assign the use with full access,
> Send-As,
> Receive-As on those mailboxes. Anything else need be assigned?
> Thanks a lot.
>
> leslie
>
> "Dmitry Streblechenko" wrote:
>
>> That means the mesage hasn't been deleted.
>> Did you open store/folder in the r/w mode? Do you have the right access
>> rights?
>>
>> --
>> Dmitry Streblechenko (MVP)
>> http://www.dimastr.com/
>> OutlookSpy - Outlook, CDO
>> and MAPI Developer Tool
>> -
>> "Leslie Xia" wrote in message
>> news:33114471-7861-4ECF-825E-266FE6F6B86D@microsoft.com...
>> > Hi
>> >
>> > I get a new problem, and when I try to delete Message from my
>> > extension, a
>> > warning code MAPI_W_PARTIAL_COMPLETION" return. What that means?
>> >
>> > I am running in exch2007 server, and outlook2007.
>> > I logon on user and logon to other account through
>> > IExchangeManageStore.
>> > everything is OK but the deleting message.
>> > Thanks.
>> >
>> > leslie
>>
>>
>>
date: Thu, 19 Jun 2008 17:30:14 -0700
author: Dmitry Streblechenko
Re: Delete Message get warning code MAPI_W_PARTIAL_COMPLETION"
OK, I fixed, and it cause by the wrong IExchangeManagerStore interface.
Thanks a lot.
leslie
"Dmitry Streblechenko" wrote:
> Do the messages exist?
> Are they opened elsewhere with r/w access?
> Are they being submitted?
>
> --
> Dmitry Streblechenko (MVP)
> http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
> -
> "Leslie Xia" wrote in message
> news:82E3B192-1B4A-4391-BCAC-B5CB753A6C7C@microsoft.com...
> >I invkoe HrMailboLogon to get Store, and OpenEntry with best access to open
> > folder, for access rights, I have assign the use with full access,
> > Send-As,
> > Receive-As on those mailboxes. Anything else need be assigned?
> > Thanks a lot.
> >
> > leslie
> >
> > "Dmitry Streblechenko" wrote:
> >
> >> That means the mesage hasn't been deleted.
> >> Did you open store/folder in the r/w mode? Do you have the right access
> >> rights?
> >>
> >> --
> >> Dmitry Streblechenko (MVP)
> >> http://www.dimastr.com/
> >> OutlookSpy - Outlook, CDO
> >> and MAPI Developer Tool
> >> -
> >> "Leslie Xia" wrote in message
> >> news:33114471-7861-4ECF-825E-266FE6F6B86D@microsoft.com...
> >> > Hi
> >> >
> >> > I get a new problem, and when I try to delete Message from my
> >> > extension, a
> >> > warning code MAPI_W_PARTIAL_COMPLETION" return. What that means?
> >> >
> >> > I am running in exch2007 server, and outlook2007.
> >> > I logon on user and logon to other account through
> >> > IExchangeManageStore.
> >> > everything is OK but the deleting message.
> >> > Thanks.
> >> >
> >> > leslie
> >>
> >>
> >>
>
>
>
date: Thu, 19 Jun 2008 18:10:00 -0700
author: Leslie Xia
|
|