| Thread | Last Post | Replies |
|
| Creating "Plain Text" email in Outlook2000 from Excel VBA | 18 Dec 2003 12:12 GMT | 1 |
I'm trying to streamline the sending of e-mails by Microsoft Outlook using VBA from Excel. I'm running Outlook 2000 sp3. My problem is that the code below (taken from www.rondebruin.nl) creates an "Rich Text Format" email, whereas I need the message in
|
| Phantom Appointments in test Calendar | 18 Dec 2003 01:13 GMT | 2 |
I'm testing my VB app which adds, updates and deletes AppointmentItems in Outlook 2000. I've noticed that on days where there are no appointments *visible* in the Calendar: - the "date selector" panel, top right of the Calendar Explorer shows the date in bold as if it has ...
|
| ActiveWorkbook.SendMail brings up warning | 17 Dec 2003 22:48 GMT | 1 |
I'm trying to automate a few Excel files to automatically email out. I'm doing this within the Excel macro using the ActiveWorkbook.SendMail vb command. The problem I'm running into is that when the macro
|
| Programmatically change POP3 server and logon information? | 17 Dec 2003 18:36 GMT | 1 |
Is there a way to programmatically change the POP3 server information and logon information? Thanks!
|
| Exchange Public Folder Email Address from VB | 17 Dec 2003 15:38 GMT | 1 |
I know that each public folder in Exchange has an email address. How can I get that using the Outlook Object Model or CDO? Any VB code greatly appreicatted. Simmy
|
| Control OutLook Background | 17 Dec 2003 14:20 GMT | 1 |
Assist with controling the OutLook background to have a piccture background. And run it from Visual Basic 6.
|
| outlook email send/receive from vbs | 17 Dec 2003 12:28 GMT | 1 |
I have a visual basic script that works great and creates an email with an attachment. I have myItem.Display to display the email and then I have to hit the send button, and then also SEND\RECEIVE. Is there a way to create the email, HIT THE SEND BUTTON (to put it in the outbox), ...
|
| 2 Inboxes and Monitoring | 16 Dec 2003 17:50 GMT | 3 |
Anyone else have any ideas ? Thanks Paul Ken,
|
| Help With Monitoring Inbox | 16 Dec 2003 15:14 GMT | 11 |
I use the code below to monitor my inbox to move messages to particular folders. The code works fine. What I need help with is the following In outlook 2002 I have 2 inbox open at the same time , the primary is my personal account ( Named Paul) and the secondary is an account( ...
|
| Setting an Exception Deleted | 16 Dec 2003 14:38 GMT | 1 |
How can I set up a deleted exception to an appointment programmatically? Ie. Repeats every day for the next 20 days, except on Xmas. The Deleted property is read only, so there must be
|
| outlook 2002 SentOnBehalfOfName | 16 Dec 2003 14:33 GMT | 3 |
I'v an addin wrote in Visual Basic 6.0 using Outlook 2002 under Windows XP. When fill the From field of a new message, I want to have the email address (SMTP) of the From field in place of the Name. Is it possible ? I try to use CDO but i don't have the EntryId because it's a new ...
|
| Can't set From field programmatically | 16 Dec 2003 08:30 GMT | 1 |
I am using the Outlook 10 object model in vb to automatically send customized messages. evrything appears to work except that my messages fail sending because the Sender field is blank. Since the Sender property of the
|
| Dim help needed | 16 Dec 2003 06:41 GMT | 1 |
I'm having trouble setting the dim statements needed to run the below code. I want to loop thru a specific folder of multiple Emails with multiple attachments and save attachments as files on the harddrive so I can
|
| Insert text into message being drafted. | 16 Dec 2003 02:48 GMT | 2 |
I have a message open that is being drafted. I want to run a macro (eventually to be an add-in) that will allow for the inserting of custom-derived html at the top of this existing message body. A signature will not work for me since some logic will be involved in
|
| Move doesn't work on flagged messages....why? | 15 Dec 2003 23:13 GMT | 1 |
I wrote a macro to move a message or selection of messages to a folder. The macro first gets the category of the message and then moves the message to a folder of the same name as the category. Everything works fine and dandy except for flagged messages. If a
|