| Thread | Last Post | Replies |
|
| Identify Outlook 2003 mail delivery location | 16 May 2006 15:34 GMT | 1 |
Does anybody know of a registry key, or anything else, that will allow us to determine if a user is configured to have their mail deliverd to the server or a local pst?
|
| Navigating across Outlook 2003 Folders from C# program | 16 May 2006 15:32 GMT | 1 |
Coudn't figure this by my own:( How to print to the console all outlook folders and mail subjects. I was able to write a piece of code that prints the names of the main folders but I don't know how to print subfolders and mails subjects.
|
| Cannot find Accounts Control ID:=31224 | 16 May 2006 15:29 GMT | 1 |
I am using code copied at end of this message to try and change the "send from" account. Code is based on Sue Mosher's Book example. For some reason
|
| Problem with : SaveSentMessageFolder | 16 May 2006 14:19 GMT | 10 |
I'm using outlook 2002 with Exchange server and I'm trying to change my code using vba the default folder where the sent item are saved to a folder which is on a public folder. My code works great when the folder is on my mailbox but when the folder is
|
| Outlook 2003. use of Withevents gives error 430 | 16 May 2006 13:08 GMT | 1 |
Option Explicit Public WithEvents myOlApp As Outlook.Application Private Sub Class_Initialize() Set myOlApp = CreateObject("Outlook.Application")
|
| Delivery Time of a message | 16 May 2006 08:41 GMT | 1 |
I have used MDBVU32 to try and determaine what property holds the Delivery Time of a message. MDBVU32 lists it as PR_MESSAGE_DELIVERY_TIME PT_SYStime, but I don't seem to be able to query it in VB.
|
| Move object type | 16 May 2006 07:08 GMT | 1 |
I would like to create a VBA script to move all items in a mailbox to a new folder of a certain class. It would do the following. List all objects of type IPM.XXXXX (Example IPM.NOTE) Move all from any location (including subfolders) to MailboxNAme\Myobjects
|
| "Simple" macro | 15 May 2006 21:58 GMT | 1 |
I'm running MS Outlook 2003 with SP2 on Win XP home. With a given e-mail message selected, I would like, with one click of a custom toolbar button, to do the following:- 1. Add sender to blocked e-mail list
|
| Customize Outlook authentication dialog | 15 May 2006 19:12 GMT | 1 |
Can anyone tell me whether it is possible to customize the outlook authentication dialog box, or to create a custom dialog box which will appear before the user logs in ? I have searched the outlook group policy extensions but can't find anything relevant there.
|
| Creating a custom appointment form | 15 May 2006 15:47 GMT | 11 |
I am needing to create a customized version of the appointment form for a calendar in Outlook, but when I select the Appointment form from the Design a form menu, it opens but I can't edit the form. I can create customized versions of the other forms (the contact and message form ...
|
| open attachments | 15 May 2006 14:18 GMT | 3 |
Hello together! Perhaps you can help me. var oAttachs = objMessage.Attachments; var oAttach = oAttachs.Item(iAttach);
|
| Can a "software" phone be used in lieu of a tel unit - via adsl? | 13 May 2006 20:21 GMT | 1 |
My service provider can suppply tel communication without a physical tel unit -i.e by means of software - unfortunately this is limited to the contacts utilising the service providre's service as well Can a similar system or service be furnished by Outlook and without
|
| Problem in changing ContactItem.Email1DisplayName | 13 May 2006 13:22 GMT | 3 |
I want to change ContactItem.Email1DisplayName value, but the program does not function. No matter how I set this field in my code, the Email1DisplayName is always set to "Name (Mail Address)" like "yuan nan (yuannan@xxx.com)".
|
| Contact Flag Status | 13 May 2006 06:27 GMT | 1 |
Is there a way to change the follow up flag status through vba?
 Signature Guy Forefront Business Solutions
|
| How to attach email messages to Calendar or Notes | 13 May 2006 00:16 GMT | 2 |
I'd like to have an incoming email somehow create an entry in my Calendar, using the subject line from the email to populate the subject line in the Calendar. Or maybe create a Note. Thanks!!
|