| Thread | Last Post | Replies |
|
| Create macro to export appointments. | 01 May 2004 00:41 GMT | 1 |
Outlook 2000 I would like to export appointments to a comma delimited text file from Outlook using a macro. Is this possible and does anyone have the code?
|
| Switch from View Email to Edit Email mode ? | 01 May 2004 00:40 GMT | 1 |
I wonder if its possible to programmatically change from the normal view of an email (its opened as usual) to where you can edit it. I know how to achieve this using the outlook commands but I need it achieved by my Addin.
|
| Automatic Account selection in replies/forwards | 30 Apr 2004 20:18 GMT | 3 |
I am writing to ask if anyone can help me with the following. When Outlook2003 clients select reply/reply all/forward to a mail item, I would like to automatically specify the
|
| exposing whether your email has a Blind CC | 30 Apr 2004 19:42 GMT | 3 |
Can anyone tell me if it is indeed possible to find out if an email your receive actually has a another recipient blind cc'ed? Can you extract this information Via VBA? Thank you
|
| Cannot convert all contacts, in a public folder, to a new form... | 30 Apr 2004 18:52 GMT | 1 |
I have a public folder that contains contacts. I was asked to change the contacts from the default form to a slightly different form, more specifically, one that wouldn't show the Certificates tab. I modified the default Contact form and published it as
|
| Macros/vba not functional | 30 Apr 2004 18:34 GMT | 8 |
I want to program some macros into Outlook 2003. However, the menu selections for "Macro", "Security" and "Visual Basic Editor" under "Tools" do nothing. I've tried reinstalling, but that didn't fix the problem.
|
| Junk Mail Filter macro | 30 Apr 2004 15:42 GMT | 1 |
I'm becoming overwhelmed with junk mail at work and I found a helpful article on handling junk mail at http://office.microsoft.com/assistance/preview.aspx? AssetID=HA010429701033&CTT=4&Origin=CH010715451033
|
| Moderated Folders .forward etc.. | 30 Apr 2004 13:23 GMT | 3 |
I'm working on an operations management program in .Net... I hav figured out how to create project folders, contacts and calendars, bu I'm trying to figure out how to programmatically add users to th .forward in a moderated folder or basically get access to th
|
| Re Linking Outlook Task Items to Outlook Contacts | 30 Apr 2004 09:01 GMT | 2 |
I have a lot of Outlook 2002 task items that I've linked to my Outlook contacts. Doing this, whenever I open one of my tasks I know who its for and can simply double click on the contact and go straight to their Contact form. What's happened is that I've had to restore a backup ...
|
| Please Help - "Have Replies Sent To" | 29 Apr 2004 19:54 GMT | 3 |
Is there a way to programatically set the "Have Replies Sent To" option with a new mail item? I'm creating a mail item and setting various properties such as the "To", "Subject", "Body", "BodyFormat", etc. I
|
| Sent Items unresolved To: address | 29 Apr 2004 14:58 GMT | 1 |
Hi NG, I can't find a way to get the fully qualified TO address of a mail item in the sent items folder (olSentMail). It just gives me the display name but not the actual email address.
|
| Contorl/Command button | 29 Apr 2004 12:09 GMT | 3 |
Using vba is it possible to add a command button to an outlook toolbar?
|
| Is it possible to... | 28 Apr 2004 21:22 GMT | 1 |
Im still learning VBA (Sue's book :D ), but wanted to know if it was possible to do this with a macro. The macro would copy a view that is in all of my public folders and make a copy of it in the current folder, visible to everyone, then set that new view as the default view for ...
|
| ActiveExplorer.Selection.Class returning olSelected | 28 Apr 2004 17:40 GMT | 1 |
I have ActiveExplorer.Selection.Class returning olSelected. I need the actual class of the selected item(ie olMailItem, olTaskItem, etc..) How can I get this from ActiveExplorer? Thanks
|
| Create contact and appointment, then print templates | 28 Apr 2004 16:42 GMT | 4 |
I would like to create a form that will create or update a contact, create a new appointment, print a couple of word templates along with envelopes and send an email just before the appointment is scheduled. I know it has
|