| Thread | Last Post | Replies |
|
| How to call Outlook "New Mail Mesage" Dialog via Outlook Object Model? | 04 Sep 2006 22:03 GMT | 1 |
I'm using Outlook Object Model in Visual C++. I tried _MailItemPtr, but seems i have to fill in all information in the program. What I wanna do is to let the program fill in partial information (like Subject, Body, Attachment) automaticall first, then call up the "New Mail
|
| Add Signature using Code | 04 Sep 2006 21:32 GMT | 5 |
I would like to add a signature to Outlook using code. I know where the signature files are stored and can create the files in the three required formats. How do I then add the signature to the Signatures drop-down in Outlook?
|
| Outlook2003 -> OLE (MAPFolder->Display()) | 04 Sep 2006 10:21 GMT | 4 |
Dear Members, i've the problem with outlook 2003, that it does not terminate correctly if the user is closing outlook normally. The reason for this behaviour is, I get the outlook application object with
|
| "Autostart": Application_Start | 04 Sep 2006 06:01 GMT | 12 |
in use: Outlook 2003 Following Code moves mails from specific sender as a copy to specific folder [CODE] Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
|
| Outlook attatcments VBA | 04 Sep 2006 05:44 GMT | 1 |
I am developing (or trying to develop) a small document management system with Access as a front end and MySql as a back end. My users receive documents via email that I would like to import directly into my DB via outlook. I would like to add right click fucntionaitly, but
|
| Outlook not always executes an script from a rule | 02 Sep 2006 10:27 GMT | 3 |
I have the following code, that is used in a rule when a message arrives. The rule should take a message with "newticket" on the subject and move it to helpdesk_unprocessed folder and run the script. The problem is that it runs sometimes and sometimes not. When it does not
|
| How to know if can I access a folder ? | 01 Sep 2006 18:23 GMT | 1 |
I'm making an outlook addin plugin in vb6. I want to traverse the folders tree in a shared mailbox. The problemi is that in some subfolders in this mailbox I don't have access to them.
|
| Search in GAL from another office application | 01 Sep 2006 16:16 GMT | 3 |
From xls, i'm trying to retrieve information (like mail, phone, ...) from other colleagues. Idealy, the code must make a search in GAL. As, there are thousands of entries looping through is verry time consumming. Question
|
| Appointment Label Color | 01 Sep 2006 16:15 GMT | 2 |
I'm using the source code from http://www.outlookcode.com/codedetail.aspx?id=139 along with CDO 1.21 to set a calendar color label in Outlook. It works from one pc, but it does not work from others. There are no errors.
|
| Appropriate place to ask a C# question? | 01 Sep 2006 15:48 GMT | 1 |
I just started a project in C# to work with Outlook pointed at an Exchange server. All I'm trying to do is enumerate the items in a public folder calendar folder and add duplicates into my default calendar folder. I'm getting non-deterministic results on a single data set; ...
|
| automating e-mailfrom vb6 KEEP the HTML format | 01 Sep 2006 05:24 GMT | 3 |
it is not difficult to send an email in VB using the outlook model. Especially when you just sent plain text However what I want is the following: I'want to use the VB to add or insert some text in the template default
|