| Thread | Last Post | Replies |
|
| [OL2002 VB.NET] Can't abort closing the mail | 29 Feb 2008 14:00 GMT | 4 |
Hallo NG! is these the right newsgroup for my problem? I hope so. I wrote an addin with vb.net. With the addin i ask the user: Would you really close the Mail? If the users answer is no, I abort to close the mail.
|
| can't load VSTO outlook addin outside visual... | 28 Feb 2008 14:31 GMT | 5 |
I'm developping an outlook addin using VSTO I have visual studio 2005 & outlook 2007 I used the VSTO outlook addin wizard to develop my addin My addin works, I can debug it from within visual studio (it starts outlook
|
| access mail from public folder | 27 Feb 2008 14:35 GMT | 3 |
Hi, I'm trying to use outlook 2003 and access mail from public folder. storeId and mail Count is giving result but access mail mi.Subject have no any output. I am losing any scop for public folder.
|
| AppointmentItem.Move creates a copy? | 26 Feb 2008 00:54 GMT | 1 |
Anyone ever run in to this issue I'm seeing... I have some code that adds an appointment item, then calls Move to move it to the correct folder. Most of the time it is already in the correct folder, so the "Move" really doesn't do anything. Under previous testing, Move would
|
| Outlook Addin functions only one time after Outlook is started | 25 Feb 2008 14:44 GMT | 5 |
I wrote a simple add-in to copy the content of a selected email to database. it works fine if you startup the outlook, select an email and press the addin button. but any click after that does not do anything. Any ideas on what I am doing wrong?
|
| sign outgoing messages on ItemSend | 22 Feb 2008 21:47 GMT | 9 |
I'm writing an add-on for Outlook 2007 in Delphi. The purpose of this add-on is to add digital signature to the outgoing messages. I use event OnItemSend. At the moment i save IMessage to MIME by
|
| Newbie Questions | 22 Feb 2008 14:13 GMT | 1 |
Hi, I working on a outlook add-in developed with Visual C++.Net 2005 using COM ATL, and I have some questions... if I compile the dll using the spanish version of outlook 2003, could I get any error if I use the dll, later with another language version (like english), or if I use ...
|
| re-enabling a COM add-in that has been soft disabled | 22 Feb 2008 14:05 GMT | 1 |
How does one re-enable a COM add-in that has been soft disabled? If it is registered under HKCU, then I know you can go into the COM Add-Ins dialog and just check the box to enable it. What if the add-in is registered under HKLM? In that case the add-in is not listed in the
|
| Trying to hide inline attachments | 21 Feb 2008 10:44 GMT | 4 |
I am writing some code to archive mail. whel looping through my selection i check every e-mail to see if it contains any attachments. However the outlook api gives me a number of inline attachments that i don't want to see. I only want to see the
|
| Refresh mailitem | 19 Feb 2008 15:04 GMT | 3 |
I using Outlook 2007 and vs2008 outlook-addin. In this addin when user click on some mail message (there is some criteria for which type of mail message, but that is not matter) I add some attachement in mailItem.
|
| Opening a .msg file in OL via shellext vs importing | 18 Feb 2008 18:05 GMT | 2 |
While experimenting with .msg files, created using Redemption.SafeMail.SaveAs, and then opened by double-clicking in the file system, it appeared to me that UserProperties are persisted in the .msg file. But when I use Import, to get OOM MailItem object access to a saved
|
| problem with publish custom Post form | 18 Feb 2008 14:12 GMT | 6 |
I've Customized IPM.POST form & need to publish it to folder when my addin(VSTO SE ,OL 2007) starts (in Application_StartUp).When I run publish code it always prompts for "Select Folder" though I've given the folder object as an arg. to PublishForm().How to avoid the prompt for ...
|
| How to edit existing categories in OL2007 | 18 Feb 2008 13:45 GMT | 3 |
how can I add, removed and edit categories in Outlook 2007? I see the class "categories" and "category" in the objectcatalog (F2) in the VBA editor, but I do not know how to initialize the collection object. Christian
|
| How to Programatically Access specific MAPI folder | 17 Feb 2008 17:18 GMT | 4 |
All - I am writing a small utility wherein I need to access/display all the items under a specific MAPI Folder. When viewing through the Outlook Spy - I can see all the details for
|
| Custom Form Server (Message Props) | 16 Feb 2008 20:18 GMT | 13 |
I have created a custom form ATL local server that interfaces with Outlook and my message store for one of our customers. The form server supplies a custom form for the open message form of my private message class. I have run into a unique problem that obviously requires ...
|