| Thread | Last Post | Replies |
|
| Reminder generating an email in Outlook 2002 | 30 Apr 2008 18:47 GMT | 1 |
Is there a way, using Outlook 2002, to have my calendar reminders generate emails? If this can not be done using a current Outlook 2002 command I do not have the knowledge needed to fix this programmatically, so I need a plugin or 3rd party program.
|
| outlook with Global address book | 30 Apr 2008 17:53 GMT | 1 |
I was wondering if anyone might be able to help me with Outlook 03. I have set up a LDAP server containing all of our company's contacts. I have also added a new directory called "Global AddressBook" to connect to this LDAP server. It all works.
|
| Trouble saving a text attachment | 30 Apr 2008 14:49 GMT | 5 |
I want to save a text attachment to a certain directory, using the SaveAsFile method. When I open the saved text, I cannot be readable; what should I do? The attachment is "details.txt", typical attachment when a mail sent bounces
|
| editing DocumentItem properties | 30 Apr 2008 14:09 GMT | 4 |
Hi, maybe i am a bit off the track here, but hopefully someone can point me in the right direction. I created a DocumentItem object by dropping a file into an outlook folder. Now I want to edit properties like "subject" or "Author" of the DocumentItem
|
| MAPI Session Logon error | 29 Apr 2008 13:12 GMT | 17 |
I have a Visual Basic application which has the below code Set Session = New MAPI.Session ProfileInfo = ExchangeServer & vbLf & UserId Call Session.Logon(, , False, , , , sProfileInfo)
|
| Can I automate a Mail Merge from Outlook | 29 Apr 2008 12:50 GMT | 2 |
I currently have a mail merge process that works fine manually but it is tedious to do many times every day, so I'm wondering if I can automate it using VBA (I am an Oracle programmer, but I don't know VBA, so I'm hoping this isn't going to be completely over my head).
|
| Date/Time Code as tracking # in Subject Line | 29 Apr 2008 06:44 GMT | 3 |
I would like to grenerate a tracking number which is automatically inserted in the subject line of a message. I hope to use some fixed text along with a number. Example: CNA-AccountName-39563.63 In this case, 39563.63 is the numeric value for 4/25/2008 15:09
|
| Synchronizing my Outlook calendar with my customized web calendar | 28 Apr 2008 19:25 GMT | 1 |
Hi Guys, I have finally managed to get Stephen Toub code "Custom Calendar Providers for Outlook 2003" to work but I have one doubt, which I need your help for. I need to be able delete an event from Outlook calendar when an event from my custom calendar is deleted. Does anyone ...
|
| control | 28 Apr 2008 19:21 GMT | 1 |
Outlook 2003 SP2 I'm trying to add the Microsoft Common Dialog box to my form. It says I do not have proper licensing rights. Do I need to have VB installed or something? Will my users need VB installed? Is there a way around this? Thanks, Joel
|
| Access Email Automation | 28 Apr 2008 18:54 GMT | 5 |
I need to send an email to a group of people from Access, this is the scenario.... I run a query to select the people i want to send to (approx 20 people), i want to send the same email to each of the 20 but i want to send each one
|
| VBA to Change the Setting of an Open Email | 28 Apr 2008 14:07 GMT | 1 |
1. In Outlok 2003, an email mesage (either a blank "Untitled Message" or a reply message) is already opened. 2. For the above-mentioned email message: I would like to perform: a. Convert the format to HTML; b. Attach to a template ("MyTemplate.dot")
|
| Add value to public contacts | 28 Apr 2008 13:46 GMT | 4 |
I have to add my company name (under company field) to all employees contacts (public folder). What is the best practice to do so? Thanks a lot
|
| Problem with code | 25 Apr 2008 21:07 GMT | 1 |
I'm in the process of creating an excel spreadsheet that interacts with Outlook via VBA. A user is complaining of an error on the following line in VBA qcount = Application.WorksheetFunction.CountIf(qrange, qLookfor)
|
| Missing "keywords" outlook mail header? | 25 Apr 2008 20:18 GMT | 1 |
My application needs to extract values from “Keywords” outlook mail header. But in reply emails, I don’t see the “Keywords” header as shown in the snippet below: • Is “Keywords” outlook header optional?
|
| ItemSend VBA won't run | 25 Apr 2008 20:03 GMT | 3 |
What would cause an ItemSend procedure not to run? I have a procedure in This Outlook Session to automatically bcc someone on every sent message. It worked before, and the exact same code works on another computer, but won't run on a computer with a new Outlook profile. I ...
|