| Thread | Last Post | Replies |
|
| capturing the currentuser... | 17 Jan 2006 10:56 GMT | 9 |
Is there any way to return the current user's name or email address programmatically? I know there are problems with identifying names from the current profile in Outlook but is there a registry setting or similar (I'm using version 2003)?
|
| Cant send user edited message cleanly | 16 Jan 2006 22:58 GMT | 2 |
All My code generates a message that is presented to the user who selects the approprite person to sent to & reviews the mesasge before manually sending it
|
| Add a shortcut to a folder in the task body | 16 Jan 2006 22:38 GMT | 2 |
It is possible to add a shortcut to an e-mail folder (that resides in the same PST) in the body of a task by dragging and dropping the folder on to the task body. Is it possible to do this in code?
|
| New message in Public Folder | 16 Jan 2006 16:36 GMT | 3 |
there is special alert when new message arrives to Personal Inbox folder. different actions can be obtained thru Rules Wizard but it doesnt work with messages arrived to Public Folder(s). what is the easiest way to solve the problem? need a little .wav file to be played. thanks!
|
| using Send To, Mail Recipient | 16 Jan 2006 16:30 GMT | 3 |
I've created some code in the ThisOutlookSession module (using the NewInspector event) which works fine. However, it is completely ignored if a user creates an email from a file in Word or Windows Explorer. Is there any way to include my code for these ways of creating an ...
|
| Mail Merge - Office 2003 | 16 Jan 2006 14:14 GMT | 2 |
I am attempting to automate a mail merge from MS Outlook 2003. I have found some sample code here. http://groups.google.ca/group/microsoft.public.outlook.program_vba/browse_thread /thread/d98e174b5b02ad52/036e13b1236c846f?q=mail+merge&rnum=22#036e13b1236c846f But am getting an error ...
|
| macro to toggle reading in plain text | 16 Jan 2006 08:32 GMT | 3 |
I'm not a programmer and it looks like creating simple macros in Outlook 2003 requires more programming skills than in Word, so I could use some help here with the coding. What I'd like to do is create a macro that will toggle the
|
| Mini macro needed | 16 Jan 2006 08:06 GMT | 5 |
I need a very small macro but don't know how to do it. I did a lot of VBA in othe Office applications but I do not know the Outlook Objects. It should just do the following: - Start
|
| Userproperties in Folder | 16 Jan 2006 07:59 GMT | 3 |
When i read an userproperties that created only in folder an error occur. how can i read these properties ? Thanks
|
| Need some simple code | 15 Jan 2006 07:49 GMT | 3 |
Sorry but I have never mastered VBA I'd like to have a macro to open a program (see below) What is the VBA code for this simple operation please? Thanks
|
| I hate date math! | 14 Jan 2006 12:11 GMT | 2 |
I have a custom .oft form for vacations that I am trying to clculate the number of business days the person will be gone. This is my current formula that returns the total number of day fine but does not exclude the weekends.DateDiff("d",[StartDate],[EndDate]) + 1
|
| How can I increase the mail body length when using mailto? | 13 Jan 2006 22:17 GMT | 3 |
I'm using Outlook 2000 have the need to use the html 'mailto' command... unfortunately the message body is limited to 1840 chars, which is not enough for our needs. If the message goes over 1840 i get the message, "Could not perform this operation because the default mail ...
|
| Viewing Outlook 2003 forms on a black Berry | 13 Jan 2006 17:55 GMT | 1 |
I am unable to view a form created in Outlook 2003 on a blackberry. When you receive the mail it is blank. In Oulook itself you have to open the mail to view it correctly. Do you have to use scripting to do this? and where would I find that? Or does Microsoft have a feature to ...
|
| Referencing User-Defined Fields | 13 Jan 2006 17:54 GMT | 2 |
Outlook 2003. I have created a custom contact form and added two "user-defined" fields called "Employment Date" and "Spouse Birthday." How may I programmatically reference these fields in a contact? For instance, in the following code, how would I reference the fields?
|
| Need Help in Locating PST(?) file in Outlook 2003 | 13 Jan 2006 17:51 GMT | 1 |
My system crashed a couple of days ago. I've been going through a recovery process to get the latest data from the drive. Yes, I do have a backup, but it's not quite up to date (3 weeks old). There's been a lot of updates to my contacts and my saved email folders.
|