| Thread | Last Post | Replies |
|
| Load an outlook email template | 23 Feb 2005 11:53 GMT | 1 |
I must be missing something obvious I want to save an email template to disk then load it again to edit it. I can use the MailItem's SaveAs property to save it away as
|
| Message box for new messages | 23 Feb 2005 11:23 GMT | 7 |
Dear Experts, I want to allow outlook to view a message box on the screen whenever I receive an e-mail from specified user. For example (I want a message to be displayed whenever “Anne ” sent an e-mail)
|
| Inspector problems | 23 Feb 2005 07:06 GMT | 1 |
I am trying to control the visibility of certain command bars when a new window is opened in Outlook (such as opening an e-mail or creating a new e-mail). The following from outlook vba help seems to be exactly what I'm looking for. However, I don't know how to call the
|
| Folder expanded or not? | 22 Feb 2005 23:03 GMT | 3 |
How to figure out if a folder is expanded or not; and or trapping the event when folder is expanded? Thanks
|
| need help in VB code | 22 Feb 2005 12:26 GMT | 1 |
anyone can help me to fit this code as a macro ? thanks Option Explicit function checkURL(file)
|
| Filling arrays with Calendar items | 22 Feb 2005 06:01 GMT | 1 |
I use a "For Each objItem in objItems" loop to go through all the items in my Calendar folder, in order to place data into different arrays according to the items Category. The problem is that it seems to take too long. For the approx 400
|
| Designing Reports from Outlook Calendar | 22 Feb 2005 05:29 GMT | 3 |
What options are available when designing reports for a Calendar folder? I use Calendar as a record keeping tool and need customized reports that the standard Outlook Views/Printouts cannot provide.
|
| Folder views | 21 Feb 2005 19:42 GMT | 7 |
Can I save a cusomized folder view and export the view to my friends computer?
|
| Date/Time formatting in Items.Restrict (in C++) | 21 Feb 2005 18:11 GMT | 4 |
I have a problem with the usage of the Restrict function in C++. I want to use a query like "[Start] >= '1/1/2005 00:00'" but the problem is that the date and times must be specified using the correct locale. The time part is important since Outlook otherwize use the "start of
|
| Setting date and time in journal entry | 21 Feb 2005 15:51 GMT | 4 |
I have a form for recording a phone message. When done at the same time as the call the journal date and time are fine. When recording a message from voice mail, though, I would like the time to be when the message was left rather than when it was picked up.
|
| atachment | 21 Feb 2005 15:18 GMT | 2 |
Respected! Please help me, im new in this... I have exchange acount...how to save atachment, rename it and save it to disk...thank U in advance!
|
| Newbie Question | 21 Feb 2005 13:20 GMT | 12 |
We have following Question tothe VBA Pro's: All E-Mails should be automatically answered with the info@xxx Adress (for all users / Exchange 2003 Server).... Therefore, with every Outlook Form, no matter if answering or new
|
| Working with MultiColumn ListBoxes | 21 Feb 2005 04:55 GMT | 2 |
I have a UserForm ListBox that has Mutlicolumns and ColumnHeads set to "True". I have the following two questions: 1. How to set a value for each of the ColumnHeads? 2. How to right align a column of numbers?
|
| create second email outlook personal folder | 19 Feb 2005 21:47 GMT | 3 |
I have a second email address in Outlook 2000 and I have two inboxes but I would like to have a second outbox, sent items and notes to be used only for this second email address. Is this possible and how do I do it? Thanks
|
| How do I put a toolbar button to open a custom form in Outlook? | 19 Feb 2005 21:47 GMT | 1 |
I have created a form for use by attorneys as a conflicts check and want to put a button on their toolbar so that it opens a new e-mail and inserts the form for them to fill out and send.
|