How to build a COM addin for onenote?
Wed, 16 Apr 2008 23:46:36 +0800
Greeting,
In VS New project->Other project types->Extensibility->Shared Add-in->Wizard
step3, I don't find onenote in the list. How can I build a com addin for
onenote?
...
|
VB6 COM Addin in Outlook
Mon, 14 Apr 2008 13:47:01 -0700
Hello,
I have one probleme. I develope an Addin in VB6 for Outlook 2003. The Addin
works great.
Now I want to connect with VBA from an external Application e.g. Microsoft
Excel to my public function in my Addin. How can I do these?
Sincerely,
Marius ...
|
Conversation Tracking
Mon, 14 Apr 2008 07:35:16 -0500
Hey !
Is there a way to change the PS_CONVERSATION_TOPIC of a mailitem ? Or is
there a way to set this property before/instead Outlook set this property to
the Subject (without RE/FW)?
We want to change the standard conversation management in Outlook and add a
ticket number to a conversation. The imple ...
|
Re: get the currently selected in inspector account 's address
Mon, 14 Apr 2008 00:59:35 +0300
Hi Ken,
Thanks a lot for all your efforts.
But I am still not able to get sender address before the message is sent out. I am saving the mail item in the BeforeMessageSend handler and on the IMAPIAdviseThink notification 'fnevObjectCreated' I am checking whether the message is in outgoing folder and try to retri ...
|
Re: get the currently selected in inspector account 's address
Fri, 11 Apr 2008 21:04:00 +0300
Actually I do save the item invoking spMailItem->Save() before retrieving those properties, but the GetIDsFromNames returns the E_INVALIDARG error. I provided the code snippet how I use the GetIDsFromNames, but I am not sure whether I use it correctly? ...
|
How Read CustomdocumentProperties Using C#
Thu, 10 Apr 2008 23:00:00 -0700
Hi
I have to read customdocument properties from the document.Actually It is
acollection in the doucment.
I have implmented code in this way
Word.Document aDoc = WordApp.Documents.Open(ref fileName, ref missing, ref
falseValue, ref missing, ref missing, ref missing, ref missing, ref missing,
ref missing, re ...
|
Font Substitution
Thu, 10 Apr 2008 20:27:03 -0700 (PDT)
Hello all,
Does anyone know how we can obtain substitution fonts
programatically from an Add-in?
I know you are able to set it using "SubstituteFont", but how can you
get it?
Thanks.
Ferass
...
|
|
|
Re: get the currently selected in inspector account 's address
Thu, 10 Apr 2008 22:18:52 +0300
I am trying to get the property before the message is send out. This is in Outlook 2003.
I have tried the OutlookSpy and it did not show me the properties having IDs 0x8580 and 0x8581 for the IMessage in the inspector window. I able to see these properties after I select a received message in the outlook main windo ...
|
Re: get the currently selected in inspector account 's address
Thu, 10 Apr 2008 22:03:47 +0300
I am trying to get the property before the message is send out. This is in Outlook 2003.
I have tried the OutlookSpy and it do not show me the properties having IDs 0x8580 and 0x8581 for the IMessage in the inspector window. I see these properties when I select a received message in the outlook main window and clic ...
|
Ribbon Tabs and Visual Basic 6 COM-Addins
Thu, 10 Apr 2008 06:24:01 -0700
Hi
I have developed a pretty large COM Addin for Word/Excel in VB6 to a customer.
Now, they will be upgrading from Office XP to Office 2007, and I'm
investigating possibilities and problems in the migrating process.
The customer doesn't want the code to be converted to a .NET application, so
I'm stuck with ...
|