Forum: Add-ins for Outlook
May 25th 07, 11:27 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 382
Toolbar problem -Help
I'm in need to check the opened window...and i have insert toolbar
accoring to the window opened
HRESULT CKGAddIn::Invoke(DISPID dispidMember,REFIID riid,LCID lcid,
WORD wFlags,
...
|
Forum: Add-ins for Outlook
May 25th 07, 11:20 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 385
Toolbar problem -Help
I'm in need to check the opened window...and i have insert toolbar
accoring to the window opened
HRESULT CTestAddIn::Invoke(DISPID dispidMember,REFIID riid,LCID lcid,
WORD wFlags,
DISPPARAMS*...
|
Forum: Add-ins for Outlook
May 25th 07, 11:17 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 500
Toolbar problem
I'm in need to check the opened window...and i have insert toolbar
accoring to the window opened
HRESULT CTestAddIn::Invoke(DISPID dispidMember,REFIID riid,LCID lcid,
WORD wFlags,
DISPPARAMS*...
|
Forum: Add-ins for Outlook
May 24th 07, 01:19 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 486
Toolbar problem
Dear All,
I am creating outlook2000 add in using vc++6.
I planned to have different toolbar for compose window, reply window,
main window...
I have implemented new inspector handling method.
The...
|
Forum: Add-ins for Outlook
May 5th 07, 11:23 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 576
Lost my .rgs file
Dear All,
I lost my .rgs file from my addin project. how to regenerate a
new .rgs file from my project.
Is there any tool is available to regenerate the .rgs file.
Plz help me...
Thank you
|
Forum: Add-ins for Outlook
January 20th 07, 12:43 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 844
how to convert 'System::String ^' to 'BSTR'
i am creating a addin for outlook express in vc++2005
I am trying to load xml to my code with the following code
STDMETHOD(GetCustomUI)(BSTR RibbonID, BSTR * RibbonXml)
{
Assembly^...
|
Forum: Add-ins for Outlook
January 19th 07, 10:23 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 554
|
Forum: Add-ins for Outlook
January 17th 07, 09:22 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 616
Outlook 2007add-in,vc6
I am planning to create a Outlook 2007 add-in.
Can i use vc6?
Plz refer some site to start form beginning...
|