| Thread | Last Post | Replies |
|
| Retrieving the DisplayFormat for a UserProperty using VB | 31 Mar 2009 19:01 GMT | 3 |
I'm trying to write some VB code that pulls all of the control and field information out of an .oft file. The issue I'm having is that I would like to get at the DisplayFormat property of a field (UserProperty) that belongs to the item represented by the .oft (i.e.,
|
| Insert text from file | 31 Mar 2009 18:54 GMT | 1 |
From the old outlokk before 2003, it was a command in the insert tab that you can insert text from a file, like notepad or word files and text was inserted in the message body like text and not an attachment. Somebody who have a macro that I can install/use to insert text from a
|
| Adding contacts to Outlook from Access DB | 30 Mar 2009 15:54 GMT | 1 |
I was advised to post my question here. Office 2007 Outlook Contacts is a linked table in Access. I'm trying to send contacts to Outlook using an Access append query. That works, but the new Contact in
|
| How to create a macro to insert a signature in Outlook 2007 | 30 Mar 2009 15:25 GMT | 1 |
I need to put a button on the ribbon to add a specific signature. I've tried http://www.outlookcode.com/codedetail.aspx?id=615 but that's pre 2007.
|
| Using /a switch to send multiple files? | 30 Mar 2009 15:18 GMT | 1 |
Is there a command line switch to send multiple files. If so, what is the syntax?
|
| Remove filter from current view - outlook 2003 | 30 Mar 2009 15:16 GMT | 4 |
I need to create a macro that will clear filters from the current view. I believe that this should be achieved by manipulating the xml. I started out with the following: Sub clearFiltersCurrentView()
|
| Send multiple emails based on employee using Microso ft Access 2007 and Outlook | 27 Mar 2009 14:46 GMT | 4 |
I have a query in Microsoft Access 2007. I need to email each employee every week their open orders that need to be updated. There are about 120 employees I need to send these updates to every Friday. Is there a way to create a query and just send each employee there
|
| Custom Yes/No column field | 27 Mar 2009 13:57 GMT | 2 |
To the group: My sincerest apologies if this is not the correct group to post this question. Outlook 2007 I have a user who needs to copy emails from their Inbox to various
|
| adding a custom send button? | 27 Mar 2009 01:09 GMT | 1 |
I want to add a new button next to the current Send button, something like 'Send Custom' and when clicked, would do the same thing as the send button, but would add a record to a database
|
| Read fields with Redemption | 26 Mar 2009 22:08 GMT | 5 |
When I read the folowing fields with Redemption (&H8006001E - PR_EMS_AB_HOME_MDB and &H39FE001E - PR_SMTP_ADDRESS) it returns an empty fiel, but the fields exist and have a value. Is there a problem with Redemption when reading this fields?
|
| Creating mulitple subfolders | 26 Mar 2009 19:18 GMT | 1 |
I have been trying to find a way to create many subfolders at one time. My tree is like this: 2009
> 09-001 to 09-100 |
| Comparing external list of names to contact entries? | 26 Mar 2009 19:12 GMT | 1 |
I have a list of names in an external file. Right now, it's an excel 2003 spreadsheet with separate columns for first name and last name, but I can just as easily put it into Access, Word, text/CSV, etc. Each name on the list corresponds to a contact in Outlook -- or it might ...
|
| Printing Tiff/JPG attachment | 26 Mar 2009 12:20 GMT | 3 |
Does anyone have the vba code to print an Tiff/JPG attachment? I am writng a code that will print a selected E-mail and all attached documents. So far Iam able to print .doc and .xls attachments, I am missing the correct code to print .tif and .jpg attachment.
|
| ODBC | 26 Mar 2009 12:03 GMT | 1 |
Do you know, other methods to connect Mysql DB without driver ODBC? I use Visual Basic 6.0? Thanks. Andrea
|
| save attachments code? | 25 Mar 2009 00:25 GMT | 1 |
What I am trying to do is deal with a mass of emails that include attachments. What I think I need is something like the following: I can save all of the emails into an Outlook folder.
|