Outlook 2003 Word as Editor and .NET forms
Sun, 9 Nov 2008 19:40:00 -0800
Our company has been working on an Outlook AddIn using VSTO which has a
number of issues which we have not been able to resolve yet.
We would appreciate any insight or assistance you can offer.
Our .NET AddIn includes support for using Word as editor in Outlook 2003. On
the editor window we add a custom co ...
|
application item send
Sun, 9 Nov 2008 17:38:00 -0800
hi,
I want to code a small project which can pop up a warning when user click
send a email.
But it doesnt work for application_itemsend.
i work with VS2008, vb.
the code is here.
Public Class ThisAddIn
Public WithEvents myOlApp As Outlook.Application
Event ItemSend As AssemblyLoadEventH ...
|
Politics
Sun, 09 Nov 2008 15:02:45 -0800
eol coming compellingly react encode tia lettrs emergency studies ...
|
Typing control in new Email letter
Sun, 9 Nov 2008 14:07:01 -0800
i am developing an add-in for outlook 2007 in VS 2005, and i cannot find out
how to get in real-time on what the user writes in a new mail item.
for example: i want my add-in to be able to check every word the user types
when he creates a new mail letter (the content of the letter) in real-time.
Can anyone hel ...
|
outlok:
Fri, 7 Nov 2008 16:12:21 -0800
Where can I get a list of options for opening items in outlook via
outlook:???
Should I then be able to type the address into IE and have Outlook open ?
...
|
How to determine if a sent item comes from a shared inbox folder
Fri, 7 Nov 2008 01:30:00 -0800 (PST)
Hi,
If you got mailboxes shared between people over the network and after
you?ve granted the users send-as, it all works great except the fact
that the messages the users sends from the shared mailbox, ends up in
the users own (default) Sent Items folder. I have just created a tiny
outlook Add-In that moves s ...
|
Adding an icon to outlook commandbar button
Thu, 6 Nov 2008 09:04:43 -0800 (PST)
Hi,
I have a COM addin (using C++/ATL) and would like to add an icon to
the button. Can anyone help me with some code on how to do this?
Thanks ...
|
|
|
Lookup add-in
Thu, 6 Nov 2008 07:59:01 -0800
I once installed a free add-in to Outlook 2003 to search across all folders
simultaneously. It has mysteriously disappeared and now I can't find where to
find it again. Can anybody point me in the right direction?
Thanks
Dave B
...
|
Remove Mail Item Event Doesn't Fire
Wed, 5 Nov 2008 09:16:00 -0800
I am programming against Outlook 2003 using Visual Studio 2008.
I have noticed that ItemRemove event from
Microsoft.Office.Interop.Outlook.MAPIFolder object never fire for the last
item in the folder. More precise, it never fires if remove operation leaves
folder empty after execution.
Is it normal behav ...
|
How to check SendReceive status?
Wed, 5 Nov 2008 01:26:50 -0800 (PST)
Hi,
I wrote an addin that sometimes needs to press "Send&Receive". Now I
want to avoid pressing this button if sending and receiving is
actually in progress. Is there a property that I can check?
Volker ...
|