| Thread | Last Post | Replies |
|
| Need direction for VBScript | 16 Mar 2004 22:02 GMT | 3 |
I have customized the Outlook contact form including an added page called 'Marketing' for tracking calls, mailings, etc. I've added a 'Make Call' button that I would like to have the following functionality:
|
| creating a macro | 16 Mar 2004 21:55 GMT | 13 |
I would like to create a macro which would insert some default text i the subject line of a new mail ----------------------------------------------- ~~
|
| Sending as plain text | 16 Mar 2004 18:54 GMT | 3 |
Hi I am sending emails in VBA using the outlook Object Model, without preview from MSAccess However these emails seem to keep sending as HTML, Is there any way to
|
| Bypassing The Security Prompts | 16 Mar 2004 18:51 GMT | 4 |
Is there a sure workaround to bypassing the security prompts Outlook pops up when using VB to send emails. I have a large customer base that I need to email status reports to and it would be impossible to sit and answer
|
| Program to change the TO address | 16 Mar 2004 18:37 GMT | 11 |
I have a combo box with several Email addresses in a Custom Form. When I select one address from the combo ox, it places it in the Send TO field. My problem is this, when someone changes their mind and wants to select another address form the combo box, it adds the address to the ...
|
| How to Disable Prompts | 16 Mar 2004 18:12 GMT | 7 |
I am using Visual Basic to automate sending emails to customers. Outlooks prompts me each time with the following: "A PROGRAM IS TRYING TO ACCESS EMAIL ADDRESSED YOU HAVE
|
| Why won't this work??? | 16 Mar 2004 18:12 GMT | 3 |
What is wrong with this code. It will not work. Do I need to make sure that I have certain reference libs loaded? Sub testdatebox() Documents.Add Template:="Normal", NewTemplate:=False,
|
| to and subject lines | 16 Mar 2004 17:15 GMT | 3 |
How do you fill in the to field and subject line. I want to fill in both of these fields and then populate the body with text. eg
|
| Dialing | 16 Mar 2004 16:25 GMT | 3 |
I have seen a few (very few) posts on this, but the suggestions posted did not work for me. What I would like to do is call the Outlook dialer from VB Script, essentially the same as if I had pressed the "call" button.
|
| context menu resource material | 16 Mar 2004 15:16 GMT | 1 |
i would like to know if there are any good reading material for making custom context menu items. i had posted this question earlier and Sue had provided a solution which kind of works but the code looks confusing (although she had already warned about it) and it doesnt seem
|
| Newbie with runtime error | 16 Mar 2004 05:43 GMT | 4 |
I have some test code that does essentially what I need. However, when I run it, it has a runtime error and does not complete. There are 408 contacts in the subject folder, and many (most?) were processed. Not sure where the error occurred.
|
| retrieving message source from MailItem | 15 Mar 2004 23:24 GMT | 1 |
Is there any way to access the entire message source of a MailItem. Is there any property of the MailItem which stores the message source, including the headers and everything?
|
| populating the body of an email | 15 Mar 2004 20:50 GMT | 3 |
I have an application in which I create a data file and then attach it to an email before sending it off to the client. now it all works great with the exception that when i populate the body of the email the html signature is splattered back to just the text of the html file, ...
|
| VBA function to Exporting personal folder(s) to text file(s) | 15 Mar 2004 20:38 GMT | 2 |
Hellow gang, New to VBA on Outlook. Can sobody share or point me to a place to start on this.... I need a function or Sub to export personal folders to text file in the
|
| Access to Outlook Messaging Rules | 15 Mar 2004 17:30 GMT | 2 |
I am wondering if there is a simple way to programmatically access th Outlook Messaging Rules using Outlook's VBA? Background: I have written a set of macros that extend th functionality of outlook's normal rules as well as make certain thing
|