Forum: Add-ins for Outlook
August 17th 06, 05:08 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 828
|
Forum: Add-ins for Outlook
July 28th 06, 08:28 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 513
Threading creates issues in OL 2000
Hi all,
I have already posted this question on add-in dev group. Posting here
to make sound for some more add-in devs.
My add-in creates one thread which processes mail and then moves it to
one...
|
Forum: Add-ins for Outlook
July 3rd 06, 04:45 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 850
|
Forum: Add-ins for Outlook
April 28th 06, 08:51 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 274
QI to IOleWindow returns E_NOINTERFACE
Hi,
Dmitry I moved my code to different event handler but it also doesn't
work :(
Meanwhile I used the above code to get the OL window. I am waiting for
the feedback from the person on whose...
|
Forum: Add-ins for Outlook
April 13th 06, 09:29 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 274
|
Forum: Add-ins for Outlook
April 11th 06, 08:59 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 274
QI to IOleWindow returns E_NOINTERFACE
Hi Dmitry,
Sorry for late repy. I could not access net for 3 days.
Can you try the code at some later time when Outlook is fully initialized?
No, I cant because this is happening on client side....
|
Forum: Add-ins for Outlook
April 6th 06, 06:29 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 274
|
Forum: Add-ins for Outlook
April 5th 06, 08:35 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 274
QI to IOleWindow returns E_NOINTERFACE
Hi all,
My add-in requires handle for Outlook main window. For that I have
written one small piece of code as following.
//***************************************************
CComPtrIOleWindow...
|
Forum: Add-ins for Outlook
March 3rd 06, 03:42 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 965
|
Forum: Add-ins for Outlook
February 22nd 06, 04:34 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 1,071
|
Forum: Add-ins for Outlook
February 17th 06, 02:53 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 1,121
|
Forum: Add-ins for Outlook
February 15th 06, 04:03 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 1,121
|
Forum: Add-ins for Outlook
February 3rd 06, 09:02 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 1,773
How to remember toolbar position.
Hi Dmitry,
I have just tried permanent toolbar also.
you are right, when my application gets uninstall plug-in will not get
removed from toolbar.
What is the solution for this?
I am using...
|
Forum: Add-ins for Outlook
January 27th 06, 02:51 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 1,181
|
Forum: Add-ins for Outlook
January 27th 06, 02:30 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 1,773
How to remember toolbar position.
Hi Dmitry,
Thanks!
I have tried the solution which you gave me in your previous reply.
I am using following code to set the toolbar position:
SetToolBarPostion()
{
HRESULT hr = S_OK;
|
Forum: Add-ins for Outlook
January 23rd 06, 02:16 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 1,773
How to remember toolbar position.
Hi Dmitry,
Thanks for your help.
Dmitry I heard that OL2003 remembers toolbar positions itself.
Is there any other way aprt from storing the positions in regisrty or
..ini file.
Can we specify any...
|
Forum: Add-ins for Outlook
January 20th 06, 05:13 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 1,773
How to remember toolbar position.
Hi all,
Can anyone please tell me how we can remember add-in toolbar position
which user set in previous session of Outlook.
OutlookSpy remembers it.
Thanks and Regards
Vinayakc
|
Forum: Add-ins for Outlook
January 20th 06, 05:11 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 2,095
"WMS ST Notif Window" while shutdown of Outlook.
Hi all,
I am facing one problem regarding the clean shut down of Outlook.
If anyone tries to logoff from the sytem keeping Outlook open it will
give error that
outlook fails to shutdown due to a...
|
Forum: Add-ins for Outlook
January 20th 06, 08:13 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 1,181
|
Forum: Add-ins for Outlook
January 17th 06, 11:28 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 1,181
How we can find out the format of the mail.
Hi Dmitry,
Thanks for your reply.
I have searched for how to access the "RTFBody" property of the mail
item. But I could not get anything on that.
I want to use Outlook object model and MAPI...
|
Forum: Add-ins for Outlook
January 13th 06, 09:59 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 1,181
How we can find out the format of the mail.
Hi all,
I have written one Outlook add-in in C++. I want to detect the mail
format of the mail through that add-in. ( RTF,HTML or Plain Text ).
I have tried to do some search on this, I only got...
|
Forum: Add-ins for Outlook
January 13th 06, 09:44 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 1,181
|