| Thread | Last Post | Replies |
|
| Exception from HRESULT | 11 May 2006 09:24 GMT | 1 |
I have an Outlook Add-In that modifies views. This add-in directly manipulates the view XML and then saves the view. On one particular machine, what happens when the add-in tries to save the view, I get the following exception... again and again....
|
| delete message from a folder every week | 11 May 2006 05:55 GMT | 1 |
I'd like to create a add-in for outlook xp 2002 using vba (vb6) which delete e-mail older than 1 week. Is this possible ? If possible can u please tell me where to start ? Thanks in advance.
|
| Outlook Add-in + Sequence of Events.. | 10 May 2006 17:19 GMT | 6 |
I an trying to get a sense of the sequence of events that are fired while creating and sending a new mail item. I am using Outlook 2003 SP2 + VSTO. I have an Add-In that has the following events wired up.
|
| Embedded Images Stripped By Receiving Clients | 09 May 2006 19:10 GMT | 15 |
I'm embedding images into HTML emails using Redemption and following the example given here: http://www.dimastr.com/redemption/ The emails appear to get created and sent fine, but the images get
|
| add some text into an email automatically | 09 May 2006 02:39 GMT | 10 |
I'd like to add some text to the body of an e-mail after the user as click on the send button. What is the best way to do that. Thanks in advance.
|
| Problem getting Incoming Item in my Outlook Addin | 06 May 2006 18:44 GMT | 1 |
It seems there is a bug in an addin i am working on. While retrieving an incoming MailItem from outlook using this code: Outlook::_MailItemPtr spMItem; hr = spItems->raw_GetLast(&pDisp); spMItem = pDisp;
|
| Custom calendar: show data from other calendars? | 06 May 2006 04:15 GMT | 13 |
I'm interested in creating a calendar that you would click on in Outlook (it would be in the Public Folders), and then you'd see a calendar that shows the "Out of Office" status for everyone in the office. Is there a way to do this? Ideally I'd use the built-in
|
| OL2003 - Notes Add-in? | 04 May 2006 22:40 GMT | 1 |
I love OL2003 - But I find the Notes section horrid. I would to be able to add more structures Notes with tables and able to change font propteries and add small graphics etc. Is there an add-in for this?
|
| Item_Send Cancel | 03 May 2006 22:45 GMT | 3 |
While in the Item_send Event for an email, I would like to be able to prevent the email from being sent. any clues on how to do this without saving and deleting the item? Thanks,
|
| adding a context menu in Outlook | 03 May 2006 13:49 GMT | 6 |
How can i add a button to the Right-mouse context menu in Outlook? Thanks Donald
|
| Launching a webpage inside Outlook programmically | 02 May 2006 15:34 GMT | 3 |
I have searched for the ability to launch a external web page inside of Outlook, including Sue Mosher's book, but it seems that I can't seem to find a good example. Can someone be kind enough to point me in the right direction? What I am trying to do is when a user clicks one of ...
|
| Outlook Connector for IBM Lotus Domino | 01 May 2006 15:38 GMT | 16 |
I had to re-install my operating system on my office computer running Windows XP Media Center Edition. I installed notes 6.5.1 client and configured it. I installed Office 2003 and all updates (including sp2).
|
| Mail item image | 01 May 2006 02:01 GMT | 9 |
I wonder if there is any way to change the image displayed in the SUPERGRID that shows the list of messages of a specific folder. I mean if there is any way: it could be something related to the control itself. I 'spied' the messages but I didn't find any useful, it should be a
|