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

Showing results 1 to 22 of 22
Search took 0.05 seconds.
Search: Posts made by: Vinayakc
Forum: Add-ins for Outlook August 17th 06, 05:08 PM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 828
Posted By Vinayakc
Outlook 2000 is crashing while adding right click context menu.

Hi all,

I am facing one weired problem. I am adding one menu item to the right
click context menu for my add-in. I pasted my function below.
This function is working fine with Outlook 2002 and...
Forum: Add-ins for Outlook July 28th 06, 08:28 PM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 513
Posted By Vinayakc
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
Posted By Vinayakc
Achieve transparency for icons in Outlook 2000 add-in.

Hi all,

I have developed one COM add-in(VC++) for Outlook 2003. Now the
requirement is, I have to make incompatible with Outlook 2000 also. It
is working fine when I changed the imported .dlls for...
Forum: Add-ins for Outlook April 28th 06, 08:51 AM Posted to microsoft.public.outlook.program_addins
Replies: 8
Views: 274
Posted By Vinayakc
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
Posted By Vinayakc
Forum: Add-ins for Outlook April 11th 06, 08:59 AM Posted to microsoft.public.outlook.program_addins
Replies: 8
Views: 274
Posted By Vinayakc
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
Posted By Vinayakc
QI to IOleWindow returns E_NOINTERFACE

Hi,

Client is using Outlook 2003.
This code is being called in OnStartupComplete() function.

Regards,
Vinayakc
Forum: Add-ins for Outlook April 5th 06, 08:35 AM Posted to microsoft.public.outlook.program_addins
Replies: 8
Views: 274
Posted By Vinayakc
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
Posted By Vinayakc
Outlook does not remember the add-in hidden status.

Hi all,

If any user hides add-in by right clicking on toolbar and uncheck
add-in name,
Next time when outlook starts it does not remember the add-in hidden
status and it just shows add-in in to...
Forum: Add-ins for Outlook February 22nd 06, 04:34 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 1,071
Posted By Vinayakc
Can not move or copy message having "flag complete"

Hi all,

I am facing one strnage problem while moving mail item or coying it
through my add-in. If the mail item is being marked as "flag-complete",
copy or move operation on that mail item just...
Forum: Add-ins for Outlook February 17th 06, 02:53 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 1,121
Posted By Vinayakc
How to get attachment if image is pasted in body itself.

Hi Dmitry,

You are right.
The background image is referenced through "cid" in HTML body of that
mail.
for eg:
"

Will this help me? how?
Forum: Add-ins for Outlook February 15th 06, 04:03 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 1,121
Posted By Vinayakc
How to get attachment if image is pasted in body itself.

Hi,

I have one outlook add-in which reads the attachments of the mail and
save those on system.
I observed that, if we send mail in which image is pasted in body
itself then outlook object model api...
Forum: Add-ins for Outlook February 3rd 06, 09:02 AM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,773
Posted By Vinayakc
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
Posted By Vinayakc
How we can find out the format of the mail.

My code for other's reference :

BOOL CheckHTML(CComPtrIMessage pMsg, BOOL* bHtml)
{
HRESULT hr = S_OK;
LPSTREAM lpCompressed = NULL;
LPSTREAM lpUncompressed =...
Forum: Add-ins for Outlook January 27th 06, 02:30 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,773
Posted By Vinayakc
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
Posted By Vinayakc
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
Posted By Vinayakc
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
Posted By Vinayakc
"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
Posted By Vinayakc
How we can find out the format of the mail.

Hi Dmitry,

Thanks, thank you very much for great help.

This solved my problem.

I got one good article at :
http://support.microsoft.com/?id=839560

Thanks again,
Forum: Add-ins for Outlook January 17th 06, 11:28 AM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 1,181
Posted By Vinayakc
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
Posted By Vinayakc
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
Posted By Vinayakc
Got exception while QueryInteface

Hi Dmitry,

Thank you very much for this. this trick worked. Thank you!!

Regards
Vinayakc
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT +1. The time now is 05:16 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.