IMsgStore::Advise
Fri, 21 Dec 2007 16:55:35 -0000
Hi Guys
Seasons Greetings to all!
In Outlook Spy, what functionality do I need to implement for the
IMsgStore:Advise() tab to show up for folders and messages? My message store
seems to be lacking these.
Cheers
Win
...
|
Migration Wizard in Clone mode.
Thu, 20 Dec 2007 20:27:12 -0800 (PST)
When you run the migration wizard in the Clone mode, While moving
mailbox from one organization to another,What are all the Mailbox box
specific parameters are moved (or Identical to the source mailbox.)
I think one parameter is mailbox Guid.
regards
dhyanesh babu ...
|
2 Profiles, use 2 services (MSEMS and MSUPST)
Thu, 20 Dec 2007 15:09:01 -0800
Hello,
I have a mapi wrapper class. During the lifetime of the object, it creates a
new profile adds either the MSEMS or the MSUPST service, makes the calls to
read / write messages and when closing deletes the profile.
In the scenario where 2 objects of the class are instantiated at the same
time, one foe ...
|
OOM weirdness
Thu, 20 Dec 2007 17:34:25 -0000
Hi Guys
Messages in my message store appear to have all their MAPI properties set
correctly in the IMessage interface. However, the Outlook Object Model is
missing the string entryID parameter. The message size also appears to
randomly reset to 0.
Could someone please shed some light on this issue?
Ch ...
|
RTF message bodies with embedded HTML
Tue, 18 Dec 2007 11:07:28 -0000
Hi Guys
I'm still struggling with HTML message bodies in my MAPI store provider in
Outlook 2003.
I've tried using PR_RTF_COMPRESSED. This works provided that the body is
pure RTF and not HTML encoded to RTF.
If I have a PR_HTML body stored as a stream, Outlook 2003 reads the the
first 4096 bytes of th ...
|
MI5-Persecution: MI5 are Afraid to Admit Theyre Behind the Persecution (26474)
16 Dec 2007 16:46:47 GMT
MI5 are Afraid to Admit They're Behind the Persecution
MI5 have issued a formal denial of any involvement in my life to the
Security Service Tribunal, as you might expect them to; but, more
importantly, the persecutors have never denied that theyre from the
Security Service, despite several years of accusati ...
|
MI5-Persecution: Why do you think MI5 are responsible? (2461)
16 Dec 2007 11:36:06 GMT
Why do you think MI5 are responsible?
The question of who is ultimately responsible for this eight-year
harassment is one which is very difficult to answer, as the persecutors
have never clearly made their identities known to the persecutee. However,
I believe I am correct in attributing the continuing victi ...
|
|
|
Receiving fnevNewMail notification inside Outlook COM addin
Wed, 12 Dec 2007 07:15:37 -0800 (PST)
Hi!
It doesn't seem like my problem is something special I noticed many
similar topics but nothing gave me a solution. So here the problem. I
need to get events (for example fnevNewMail) from message store
(actually from all stores) inside my COM/ATL Outlook addin. Code below
works fine in Outlook 2003 and 2007 ...
|
Update Outlook's status bar
Fri, 7 Dec 2007 13:37:21 -0000
Hi Guys
How do you update the status bar at the bottom of Outlook from a MAPI Store
provider? Is there a way to do this? Microsoft's Hotmail/Windows Live
Connector for Outlook 2007 seems to be able to do this.
Cheers
Win
...
|
createMsgservice Failed with 8004010f Error
Mon, 3 Dec 2007 02:34:27 -0800 (PST)
hi
I am writing an application to update the outlook profile.
I need to recreate the outlook address Book Service.
hr = HrQueryAllRows(pTable, (LPSPropTagArray)&rgPropTag, &restrict,
NULL, 100, &pRowSet);
// If found delete the service
if ( SUCCEEDED(hr) )
{
for ( DWORD x = 0; x < ...
|