| Thread | Last Post | Replies |
|
| exporting mail accounts | 22 Aug 2005 15:01 GMT | 1 |
is there anyway to export MS Outlook email accounts!! i have plenty of mail accounts and everytime i should reinstall my windows it is really painful for me to setup these accounts again. regards,
|
| COM Addin issue | 19 Aug 2005 18:23 GMT | 3 |
Hi guys, I have developed an outlook plugin, but sometimes on some users machines it becomes unchecked from the COM addins and then a user cannot re-check? So the addin does not work. Any ideas?
|
| add-in (out of office assistant) | 19 Aug 2005 05:38 GMT | 1 |
How do I add in the out of office assistant on Microsoft Outlook? I have gone in tools, options, other, adv. options, add in manager, and selected the relevant files, but when I press ok, nothing seems to install on the pc.
|
| PR_ENTRYID | 18 Aug 2005 14:57 GMT | 1 |
Is it possible to create a named prop or properties into the IMessage whereby Outlook will make sure it will be unique in the Outlook. Something like PR_ENTRYID. thanks
|
| VC++, ATL Plugin question | 18 Aug 2005 05:49 GMT | 5 |
Here is my problem. I am developing a plugin using VC++ 6.0, ATL COM. I want to capture entire email message before it is shown in the view pane. Could you please tell me how to do this?
|
| Outlook Connector for Lotus Notes | 16 Aug 2005 21:34 GMT | 3 |
I see a few questions about the connector, but no answers. So if there is a better place to post this, please let me know. I have several questions: 1. When I send email from Outlook and it is received by some people using Outlook and others using Lotus Notes, the formatting in ...
|
| [C++] method put_sendername not found | 16 Aug 2005 18:16 GMT | 1 |
I used the VC++ Class Wrapper on the Outlook 10.0 typelib. thus it generated me a CMailItem class (based on the _MailItem ) I didn't find the method that set the sender's name. could someone tell me how to do this ?
|
| Outlook 2003 Add-in doesn't with WordEmail Editor | 16 Aug 2005 14:46 GMT | 1 |
I develop an outlook 2003 add-in in c#. This add-in create a new command bar button when a user clicks on a new email button (New Inspector event). This button open a window forms application that enable the costumers to search email addresses in our database.
|
| Can I open an InfoStore without it showing in the Folders List window? | 15 Aug 2005 21:09 GMT | 3 |
Is it possible for my code to open and acess and infostore (in the form of a PST file) with out the Infostore showing up in the Folders List pane of Outlook? I am using Visual Basic and the CDO library.
|
| Save and get binaries of attachments | 12 Aug 2005 07:30 GMT | 2 |
I am going to write Addin which provides the facility to the user to select the mail and as soon as when he clicks the command button of our addin it will send internet header information and binaries of the selected mail to some URL by using winhttp apis.
|
| Message-ID in Outlook 2000 | 11 Aug 2005 13:51 GMT | 2 |
Is there a way to find the value of the Message-ID field of an email using the Outlook 2000 object model ? I cannot find this property in the MailItem object ! Thanks,
|
| Cancel an event | 11 Aug 2005 11:54 GMT | 3 |
Is it possible to cancel the 'close' event ? I'd like to 'oblige' users to put a contact when creating a appointment, so if he tries to push the 'write and close' button without filling the contact field, the window won't close.
|
| Com Addin button not firing click events | 11 Aug 2005 09:55 GMT | 1 |
I have added a COM Add-in button to the command bar and works great the first time. After I shut down Outlook and come back into the program the command button is still there and if I look at the Com Add-in dialog box it tells me the add-in is currently loaded. But whenever I
|
| Custom Column | 10 Aug 2005 13:17 GMT | 3 |
I'm writing outlook add-in using C#, where for specific messages I added a user property (boolean) say "xyz". Then I also created a view, which will display this column. Now if "xyz" property is true for a message, instead of showing the value, I
|
| how to get the contact field | 10 Aug 2005 12:38 GMT | 2 |
I'd like to get back the name of a contact when creating an appointment ( it's in the left low corner of the window) I use an inspector to get "the window" but how to access to the contact field ?
|