| Thread | Last Post | Replies |
|
| Outlook view control and one process | 05 Jun 2006 09:21 GMT | 6 |
We have run into an issue here where an add-in that was written using VSTO2005 for Outlook is running into a conflict with OVC if OVC and the Outlook Client are both running at the same time. It appears to be because they share the same process.
|
| Display (not set) default mail account | 04 Jun 2006 08:48 GMT | 2 |
After much Googling I've learned you can't change the default email account using VBA. Is there, however, a way to make VBA *display* the name of the default email account -- in a MsgBox, on a status bar, a button caption, etc? Grateful for any clues.
|
| Retrieve items from Other Users Calendar | 02 Jun 2006 21:48 GMT | 2 |
I am trying to retrieve items from the Calendar folder in another User's Outlook folders on the newtwork. In Outlook, to do this manually, the procedure is File--Open--Other User's Folder and then set Folder to Calendar and set name to Net Id or search for
|
| macro lifecycle? | 02 Jun 2006 21:34 GMT | 3 |
I have a global variable in my macro project, which gets set by a macro function if it is Nothing. Depending on this variable, a login form is shown for the user to login, etc. When does the global variable get cleaned up? When I run the macro subsequently,
|
| Outlook 2000 email template | 02 Jun 2006 19:10 GMT | 4 |
I have 6 email templates with a slightly different hyperlink in each. The hyperlinks prefill a text box on the destination web page (Intranet). http://intranetwebpage/test1.htm?var=anyvalue I am trying to find a way to set up a simple input box (drop down box) on
|
| Word sendmail command - reference? | 02 Jun 2006 19:00 GMT | 1 |
Office 2003 Pro I am trying to write a macro that sends a protected form as an attachment and creates parts of the email from the formfields. (It is a phone message.) The email program is Outlook.
|
| Set Warnings Macro | 02 Jun 2006 18:26 GMT | 7 |
I am trying to run a set warnings macro for everytime I send a message does anyone have any Ideas how to set that up? Donbenz
|
| refresh the currently selected item? | 02 Jun 2006 14:23 GMT | 4 |
I managed to create a macro that toggles the "Do Not AutoArchive" property for a mailitem that is currently selected in the table view. However, when the change doesn't get reflected until I move off the item. Is there a way to refresh it to reflect the change that just occurred?
|
| Reply macro... | 02 Jun 2006 10:53 GMT | 4 |
I need some help with VBA in Outlook 2003. I need a macro to do the following : When a message is selected: the macro open a new message replying to the original sender, add a recipient in copy (abuse@toto.org),
|
| Search email for text string to use in filename - save email text | 01 Jun 2006 22:20 GMT | 3 |
I process dozens of email messages every day with a similar format. The email subjects are duplicative, non-descriptive and not unique - useless to use as descriptive filenames when I save these emails as text files. I am trying to write a macro to search each of these emails ...
|
| Anonymous access allowed internally. | 01 Jun 2006 15:43 GMT | 1 |
I am running Exchange Server 2003 SP1 with two front-end and 3 clusters and 1 Stand-alone server. I have been tasked with the following items and just want to make sure that I am understanding them. • Proactively disable both Anonymous and Basic authentication for SMTP
|
| Finding Phonenumber on contacts | 01 Jun 2006 13:06 GMT | 4 |
Outlook2003. I would like to get the phonenumbers from the listed persons in a distributionlist. However I have some problems defining the right folder. The code below works for my personal addressbook, but I wish to get it to work with a distribution
|