| Thread | Last Post | Replies |
|
| Create message | 31 Jan 2006 17:33 GMT | 2 |
I want to create a new message in the storage. I noticed that there is a function in Outlook::MAPIFolder (Add) that adds a MailItem to the mapi folder. The problem with this function is that I have a complete source of a message and I want to create the message from that
|
| Check email at time(s): X, Y, Z | 31 Jan 2006 14:47 GMT | 2 |
Check email at time(s): X, Y, Z Hello, Problem Statement: I noticed recently that having set my outlook installation to do
|
| different problem | 30 Jan 2006 17:12 GMT | 3 |
i have captured itemsend event. When ever the user click the send button, i used to add some data at the end of mail. It has been adding. It showing in the view,but when the mail is sent.it is not with mail. how can i solve this
|
| Detecting signed/encrypted mail messages | 29 Jan 2006 21:30 GMT | 1 |
I'm searching for a way to detect if the mail is signed/encrypted. The only idea i have is to search for multipart/signed and multipart/encrypted content type, but MAPI doesn't seem to implement content-type.
|
| How to get pop3 settings of an account | 29 Jan 2006 21:27 GMT | 1 |
Is it possible, through COM Add-In, to get what is incoming pop3 server, as specified for a specific accound? If outlook does not support this directly (which I think is the case) is it
|
| how to implement "itemsend" with vc++6.0 | 28 Jan 2006 21:22 GMT | 1 |
how to implement "itemsend" with vc++6.0 i want overidde the method itemsend by using vc++6.0. How can i do that? plz suggest any solution --
|
| How to remove Connector after unsuscribing to MOOL | 28 Jan 2006 18:04 GMT | 1 |
Last week I choose not to renew my subscription to MOOL and to keep Hotmail Plus. In Outlook Pro 2003 SP2, I deleted the existing Hotmail e-mail account with MAPI and replaced with HTTP. However Connector insists on changing it to
|
| how to change the mail message body | 27 Jan 2006 17:21 GMT | 10 |
How to change the mail message body. When i am click send option, i have to add some more info at the end of the mail and will be send. how can i solve this. i am using vc++6.0 and Outlook2000 Thanks in advance
|
| Catch the item I just sent | 27 Jan 2006 16:15 GMT | 2 |
I am using COM Add-In ib VB6. Through the add-in when a defined events occur I send a message automatcally through the add-in. This is working fine. Now I want to monitor and check
|
| open window 'select contacts' | 27 Jan 2006 16:08 GMT | 1 |
I want to know if there is a way to open de from to select contacts like if you click to the For.. button in a new mail. thanks in advance. Jaume F.
|
| How we can find out the format of the mail. | 27 Jan 2006 13:51 GMT | 5 |
I have written one Outlook add-in in C++. I want to detect the mail format of the mail through that add-in. ( RTF,HTML or Plain Text ). I have tried to do some search on this, I only got that, thorugh VBA we can use BodyFormat property of the mail item. How I can access this
|
| New to add-ins | 26 Jan 2006 13:04 GMT | 9 |
Can an add-in be built in VB? Are there any examples of small add-ins in VB? Thanks Sharad
|
| Adding CommandBarPopup into the a specific Inspctor | 26 Jan 2006 08:07 GMT | 7 |
I want to add a CommandBarPopup with some ComandBarButtons to the Inspectors Menu. But this menu should only appear when the inspector is showing an e-mail. I am using VS2005 and the VSTO 2005. Right now I create the CommandBarPopup in the newInspector_Event. But this event is ...
|
| Custom Forms in Outlook | 25 Jan 2006 20:53 GMT | 5 |
I want to create a new custom form for use within my C# outlook add-in. Do I need to create the form myself in Outlook and then somehow distribute with my add-in? How do I go about this process?
|
| Outlook commandbars | 25 Jan 2006 14:35 GMT | 1 |
Hello, everyone!!! I have a problem: I need to add my custom Category to the Tools->Castomize...->Commands.. There is a list on this page "Categories:" = {File, Edit, View, .....
|