| Thread | Last Post | Replies |
|
| Saving and Renaming Attachments | 31 Jul 2006 20:17 GMT | 4 |
I receive files that are attachments, usually .xls or .txt files. I would like to write code that selects the attachment and saves it to the appropriate location. My files are usually named randomName.txt as I don't know what the name of
|
| script to clear out categories on incoming emails | 31 Jul 2006 19:17 GMT | 2 |
I use categories to sort emails (and rules to automatically assign categories to incoming email), and have custom search folders to display emails from each category. For those emails that I haven't assigned a category yet, I have a search folder that looks for emails
|
| Outlook 2003 security pop up on automated emails | 31 Jul 2006 18:30 GMT | 3 |
I've been trying to find out how to get around the Outlook 2003 warning of programs accessing emails when sending out automated emails from Access 2003. The current simplified code we've been using is: Sub SendMessage()
|
| Can the journal track programs outside of windows? | 31 Jul 2006 14:10 GMT | 1 |
I want to track Adobe and Autocad as well; is this possible? Is there any software in existence that can help me to do so?
|
| How to Force the Reminder Window to Pop-Up | 31 Jul 2006 14:08 GMT | 3 |
I want to force the Reminder Window to Pop-Up. Currently, sometimes, it only flashes the Taksbar; and sometimes it does pop-up. If I'm not paying attention or stepped away, I don't notice the reminder window. In the Application_Reminder event, I tried doing an Item.Display, but ...
|
| printing custom forms with user defined and standard fields | 31 Jul 2006 12:31 GMT | 1 |
Help. I am so proud of myself because I have managed to create a custom form and print it out beautifully by inserting a VSB script and linking it to Word. The only problem is that all of my user-defined fields print correctly . . but I can't get the To, From, Date, and Time ...
|
| Distribution Lists | 31 Jul 2006 06:37 GMT | 2 |
How do you create a Distribution List directly from Contacts view, including by Category view? We currently have individual addresses in Contact Folder. How do we place them into new distribution lists?
|
| What does Resolve do? | 29 Jul 2006 18:15 GMT | 4 |
I am using automation from Access to send an email. Here's some code from MS and it uses the Resolve method to do something...I'm not sure what. Is "resolving" necessary? I simply want to send out an email, I really don't care whether or not the person is in an address book ...
|
| How to use "Look up Outlook Contact" function with code? VSTO 2005 | 28 Jul 2006 19:29 GMT | 1 |
In Outlook 2003, if you open a message and hover over the name in the From field, a menu appears with "Look up Outlook Contact" as one of the menu items which will either open up a Contact or display a message stating that no matching contact was found.
|
| Selecting Spreadsheet Cell Information for e-mail | 28 Jul 2006 15:30 GMT | 2 |
I send e-mails daily and provide specific information from an attached spreadsheet from select cells within the same spreadsheet. I would like to write code that would concatenate the information together in an e-mail, automatically filling in the subject lines and sending.
|
| Flags | 28 Jul 2006 15:27 GMT | 7 |
I have a flag in outlook which is ticked (completed) however when viewing it in VBA the flagicon is coming out as Green and the flagstatus as Marked (even though it should be completed). Is this a result of a previous bit of bad coding? And if so is there a way to
|
| List of 'unsubscribe' senders to Excel | 28 Jul 2006 09:58 GMT | 2 |
Please be gentle with me as this is my 1st foray into Outlook VBA programming although l am very profficient @ Excel VBA. I have a distribution list of email address's in an Excel database. When a mailshot is sent the receiver has the option to 'unsubscrbe' by
|
| VBA code to populate an email header and footer | 28 Jul 2006 03:21 GMT | 1 |
using VBA I need to take info. from a new email and before a user sends the email, I need to write data to the headers and footers. Just to be clear, I've seen a lot of postings about setting internet headers and mail headers using CDO but I'm actually talking about the
|
| Advice on importing contacts | 27 Jul 2006 18:19 GMT | 3 |
I am looking for some general advice on how to accomplish a task. I have a database of contacts in Microsoft Access. I want to write a VBA script in Outlook to connect to this database and import these contacts. The database isn't in the exact format I need, so I was
|
| MAPIMESSAGE Setting Sensitivity to Confidential | 27 Jul 2006 16:26 GMT | 8 |
I want to set the Message option Sensitivity to Confidential from inside code VB, VBA, VBA in MSACCESS or VBA in Excel - I don't care The MAPISendMail of MAPI32.dll does not include an option in the MAPIMESSAGE component.
|