| Thread | Last Post | Replies |
|
| Import VCF files to an Outlook folder | 08 Jan 2008 23:53 GMT | 3 |
I need to import VCF files to an Outlook folder. One option is to create the Outlook contact item and set all the properties based on the VCF item which require parsing the VCF file, etc.
|
| Send a day view of a calendar in an email | 07 Jan 2008 18:23 GMT | 3 |
I am using a mailbox as a resource mailbox for a meeting room so it can auto accepts bookings etc. Is there any way (VB code I hope), that will allow me to email a list of tomorrows bookings to reception. This could would need to run when Outlook is closed and at a set time each
|
| detect archive being opened | 07 Jan 2008 14:26 GMT | 1 |
to avoid archive.pst over 2G, i have a vba to rename the archive when it has more 700m size the vba run when outlook start however, it comes to error when the users forget to close the archive.pst in
|
| Disappearing Act - Lost Macros | 07 Jan 2008 06:10 GMT | 1 |
Eighteen months ago, I spent a lot of time writing a VBA macro for Outlook that would let me update all the Notes fields in all contacts in a given folder (e.g. "2008-01-01 Sent Holiday Email"). I haven't used it for a good 3 or 4 months, and was shocked to learn that
|
| Problem with Object Reference for MailItem | 06 Jan 2008 22:08 GMT | 3 |
I've solved this problem in the past, but I just cannot remember how. The below code runs fine until it hits objMsg.Subject = "Test Subject" where I get an "Object Required" error message. I guess I am somehow not properly qualifying objMsg.
|
| Import bold face fonts | 05 Jan 2008 15:49 GMT | 3 |
Hi everyone I'm using VBA to import the bodytext of an email message from Word everything works find except for it dosn't keep the bold face font when it imports to Outlook.
|
| Logon to Outlook from VB | 04 Jan 2008 21:46 GMT | 1 |
Hi NG, I try to access Outlook from VB6. That works fine if Outlook is not password protected. Whenever the outlook application is password protected it is not possible to
|
| Retrieve Flag For Me values in Outlook 2007 | 04 Jan 2008 20:41 GMT | 5 |
I have a question that I cant find information on: In Outlook 2007 when I am composing a new e-mail - On the Message tab - Options group - Follow Up drop down - Click Flag For recipients which opens the Custom screen:
|
| Help with - System.Diagnostics.Process.Start | 04 Jan 2008 14:49 GMT | 1 |
I am using c# to build an application (i know its not VBA but thought someone may know the answer!). I want to open a new mail message with an attachment. The new mail message works but I can't get the attachment to work - there is no error message just no attachment. Any ...
|
| To get user distingushed name using Default Naming Context.. | 04 Jan 2008 13:54 GMT | 3 |
Hello Friends, If anyone know hot to get DN for user using DefaultNamingContext then please let me know. I got the naming context as follow but i dont know what to do after. please help me.
|
| VBA Script that copies incoming message to task | 03 Jan 2008 21:46 GMT | 2 |
I am trying to create a process where when I send a message that I want to be sure to follow up on, I cc myself on the message. I want to then take that incoming message, copy it to a task and populate certain fields on the task, then delete the message. I am currently
|
| Email to an MS SQL Table | 03 Jan 2008 20:42 GMT | 1 |
I have some emails (~1,500,000) that I need to throw into a SQL System for some extensive analysis. I know how to script a macro to traverse through all of the emails in the system but I am wondering if there is a way to access ADO/ODBC of
|
| help coding message options | 03 Jan 2008 19:47 GMT | 1 |
I have an accerss application that can send e-mails using outlook. code sample below Private Sub CMDSendEmail1_Click() On Error GoTo Err_cmdSendEmail1_Click
|
| how do I code message send options for voting priority category? | 03 Jan 2008 17:31 GMT | 1 |
the following works- need message send options for importance, voting, category based on criteria if approver > 2000 then go to name Private Sub CMDSendEmail1_Click() On Error GoTo Err_cmdSendEmail1_Click
|
| How do I forward the message from outlook to mobile phone? | 03 Jan 2008 17:21 GMT | 1 |
how do I forward message from outlook to mobile phone?
|