| Thread | Last Post | Replies |
|
| Message box appears under the form | 22 Sep 2004 12:24 GMT | 2 |
Dear Sirs, I am in the process of developing a com add-in, where a message box is popped up before an item is sent, therefore the item appears to freeze and the message box appears under the form. How can I present the message
|
| Could I use a Button Wrapper Class??? | 21 Sep 2004 18:54 GMT | 7 |
Hi I want to use a commandbarpopup on my custom commandbar instead of a combobox. The problem is that I have a variable number of commands to add so I can't individually declare them withevents.
|
| Enable the disabled Add-Ins | 21 Sep 2004 18:40 GMT | 2 |
Dear Sirs, Upon exiting outlook and restarting it again I am sometimes confronted by a pop up asking me whether to disable the add-in, which if disabled the add-ins doesn't work and I need to go to "About Microsoft outlook" and
|
| how do I communicate between a vb .net plugin and a standalone app? | 21 Sep 2004 14:03 GMT | 4 |
I'm looking to make an outoook plug in that sends the body of an email message, along with subject, to, from, sent, etc to a contact manager app that I have written. What would be the best way to send this data over to my other app?
|
| Determine if email is encrypted when using word as email editor | 20 Sep 2004 14:47 GMT | 3 |
Using Office 2002 and MS Word to edit e-mail messages ("Mail format" setting in outlook), I want to determine programmatically if a new outgoing message is set to be encrypted. This check would happen just before the message is sent.
|
| Will "Office XP/2000 Add-in: Office Sounds" run on Windows XP? | 19 Sep 2004 13:44 GMT | 1 |
The applicable description page lists Supported Operating Systems: Windows 2000, Windows 98, Windows ME, Windows NT. Thanks. ___________
|
| ItemAdd Multiple Folders | 17 Sep 2004 21:18 GMT | 5 |
I am using C# to develop an outlook com addin. We have a folder called Clients and under it about 75 client folders. Under each of them are 1-4 project folders. I need to capture whenever a mail item is added to any of
|
| COM question on Outlook. | 16 Sep 2004 02:41 GMT | 2 |
Below are my codes, LPDISPATCH lp = getFromSomewhere(); CComQIPtr < Outlook::_MailItem > spMail(lp); spMail->Delete();
|
| Embedded graphics revisited... | 15 Sep 2004 23:45 GMT | 3 |
I use Outlook Redemption to embed graphics into HTML Emails. I have a problem that I just can't seem to work out how to fix, basically when I embed a graphic into a new item eveything works fine, however when I embed an item into an existing item (using GetItemFromID()) the
|
| Filter by Domain - Rules and Alerts | 15 Sep 2004 14:53 GMT | 1 |
Is there a way to create a Rule to automatically move all messages from a certain domain to a folder for mailbox maintenance purposes? The only thing I can seem to do with domains is block them
|
| Problem with Outlook security dialog | 14 Sep 2004 18:44 GMT | 3 |
I have an Outlook add-in which should perform some operations with the email addresses ( recipients ) from a sent email. When the OnNewMail function is triggered I call the spMailItem->get_Recipients(&spRecipients); method. When this method is
|
| Redemption - import MGS | 13 Sep 2004 22:09 GMT | 6 |
I am using Outlook 2003. I used Outlook MAPI OOM(SaveAs method) to save my Outlook contact item and later use the Redemption SafeContactItem.Import function to load back the MSG. There are few fields of contact that Redemption did not get loaded in.
|
| MAPI CopyMessages Problem | 13 Sep 2004 22:03 GMT | 1 |
I am trying to use following code to copy the message from one folder to other using MAPI. hRes is returned as S_OK at every stage but the message does not get copied physically. Anything i am Missing ? Thanks in advance. LPENTRYLIST lpEntryList = NULL;
|
| Extract Recipient from Outlook | 13 Sep 2004 14:52 GMT | 4 |
I was wondering if anyone knows if it is possible to extract a RECIPIENT from an Outlook message externally. In other words, is there a way for an ASP or Coldfusion web app to extract a recipient from an Outlook message for
|
| IncrediMail | 12 Sep 2004 18:48 GMT | 2 |
We have been using the IncrediMail addon with Outlook XP. We are inabled to send outstanding emails with wonderful backgrounds (some of them with moving partss), and Emoticons. However: ever since we installed IncrediMail we have been inflicted with
|