| Thread | Last Post | Replies |
|
| Info Select v.3 to Outlook notes | 06 Nov 2003 21:30 GMT | 1 |
I've got a lot of notes prepared in an old version of Info Select 3. Is there some way of importing them into Outlook notes, either directly or indirectly? (Outlook XP)
|
| How to do.. | 06 Nov 2003 21:29 GMT | 1 |
We have a requirement to customize the process of forwarding the emails in Outlook client. When a user receives an email, the user may want to forward that to a particular email id with few inputs. The user should be
|
| Addin doesn't work in Outlook | 06 Nov 2003 21:28 GMT | 1 |
I am programming MS Office 2k add in with vb.net. The problem is that the addin works fine with all other office apps except with MS Outlook. The security patch for outlook is also installed. Can anyone please suggest what
|
| Possible to control print setup programmatically? | 06 Nov 2003 21:27 GMT | 1 |
Can I control Outlook print setup using VB6 code in my Add-In? When an Outlook user selects a folder created by my Add-In and then selects Outlook Print, I would like to automatically configure the following so the user does not have to do it manually each time:
|
| Lotus Notes Connector 2003 | 06 Nov 2003 20:06 GMT | 2 |
I've seen the previous posts about the 2002 connector. Any word, when the 2003 Lotus Notes Connector for Outlook 2003 will be released?
|
| Need an example of an Outlook COM add-in in Builder C++. | 06 Nov 2003 07:16 GMT | 1 |
Please, if somebody could give me an example of an Outlook COM add-in in Builder C++, I would be greatly appreciate. Thank you! Andrei
|
| Application->ProcessMessages() from COM add-in? | 05 Nov 2003 17:00 GMT | 3 |
Anyone have any comments about calling VCL's (Delphi/Builder) Application->ProcessMessages() function from within a COM add-in, like inside of the OnDisconnect event to make sure any modeless VCL forms are destroyed and all messages processed before Outlook unloads the
|
| getting folder change notifications in C++ | 05 Nov 2003 05:48 GMT | 1 |
I've got a VC++ COM addin loading and able to get the Namespace object and from that the Folders object. Now I'd like to register to receive notifications of changes to folders I'm interested in, but I can't find anything that will take, say, an IAdvise pointer or some other ...
|
| why my wsize == 0? | 05 Nov 2003 05:46 GMT | 1 |
CComPtr<Outlook::_Inspectors> spInspectors; Outlook::_MailItemPtr mailItem = NULL; m_inspector->get_CurrentItem( (IDispatch** )&mailItem); long wsize=0;
|
| OpenMsgStore has pb with Outlook 2003 | 05 Nov 2003 05:44 GMT | 5 |
Since I have installed Outlook 2003, OpenMsgStore randomly crashes!! The program goes in an unknown part of the code. And there is no way to catch any exception: the program just stops!!!! Is there any special thing to be more carefull with Outlook 2003 ??
|
| video e-mail add on | 04 Nov 2003 18:53 GMT | 1 |
saying camera not connected to PC. how to import camera file ?
|
| Attachments in Outlook | 04 Nov 2003 17:18 GMT | 3 |
I hope someone can help me out there. My question is on attachments in an email message. When I try to extract attachments from a mail message where there are pictures in the backgroud, those pictures also come out as
|
| Outlook Addin. | 04 Nov 2003 17:16 GMT | 6 |
Hi I was wondering if someone could help me. I have a Dll that i set up as trusted code which sends an email when a button is pressed as i wanted to test that i
|
| Does Outlook/MS have an API to parse HTML? | 04 Nov 2003 02:25 GMT | 2 |
I'm writing an Outlook add-in which is going to work with HTML emails. In another program I've written I loaded HTML into the MSHTML (Internet Explorer) control and used the DOM (document object module) which makes it easy to edit the HTML tags. Now I'm trying to open an
|
| Items.Send Warning . | 03 Nov 2003 20:51 GMT | 1 |
I am trying to send email using Outlook Object model . but when trying the Item.Send method the warning appears tells that a program is trying to send mail on your behalf and asks if you want to allow the message to be
|