| Thread | Last Post | Replies |
|
| AdvancedSearchComplete event handler | 30 Jun 2007 06:10 GMT | 3 |
Hello MVPs, hello everyone, I am trying to write me eventhandler to catch the event AdvancedSearchComplete. <SCRIPT FOR="Outlook" EVENT="AdvancedSearchComplete()" language='vbscript'>
|
| Problem create mail with Vista | 29 Jun 2007 19:50 GMT | 3 |
To automatically create a mail with an attachments I've always used this code: Dim allegati As Outlook.Attachment Set OutLk = CreateObject("Outlook.Application")
|
| "Sticky" posting at the top | 29 Jun 2007 17:01 GMT | 6 |
We have various shared mailboxes and public folders that we use to track issues and processes electronically. As there are hundreds of users in the company, providing documentation and training for using these resources in Outlook is an ongoing need. Some users might not use the ...
|
| If then - do while - vlookup combo | 28 Jun 2007 22:18 GMT | 1 |
Here is the code that I currently have. It works as long as the user either leaves it blank or enters a correct number. However, I can't figure out how to insert an if then for when the user enters a wrong number without it having an error. Any help is appreciated.
|
| How to display text of a hyperlink in an email body? | 28 Jun 2007 19:39 GMT | 3 |
I would like to put Click Here where a person could click on that phrase and it would open the link to http://www.test.com
|
| Outlook 2003 Script How to obtain the number of item in a folder ? | 28 Jun 2007 18:33 GMT | 1 |
How can'I guet the number of items in a specific Public Folder thank's
|
| usa VBA to open an Outlook From | 28 Jun 2007 18:12 GMT | 3 |
Please Help! I would like to know the VBA code to open and Outlook form I created that is in the Personal Forms Library. I am currently using Access to send E-mail to people that are stored in my
|
| Reply/Reply All | 28 Jun 2007 18:05 GMT | 9 |
VSTO and VB.Net 2005, is there REALLY a way to capture the Reply or Reply All events? I see lots of discussions about Inspectors, but there's nothing that actually captures the event. I see lots of code regarding assumptions such as the size of the e-mail is 0 and the Reciptients ...
|
| Calendar Macro for Outlook 2007 | 28 Jun 2007 14:46 GMT | 3 |
I have a macro that works in Outlook 2003; however, it no longer works in 2007. A .cvs file is attached to an email and the macro is to put the information from this file into the Outlook Calendar. It should delete previous calendar entries within the same date range and ...
|
| Outlook 2003 Script | 28 Jun 2007 12:22 GMT | 1 |
How can'I guet the number of items in a specific Public Folder thank's
|
| Outlook Code | 28 Jun 2007 06:40 GMT | 1 |
I have copied the code below. However I cannot seem to get it wo work, what do I need to change where it sys Personal Folders as this is the bit that seems not to work. I have both my own folder in outlook and a public one. Set TargetFolderItems = ns.Folders.Item( _
|
| I need help writing a code.... | 28 Jun 2007 06:34 GMT | 1 |
Hi there, need help writing a code that checks if the e-mail entered in a filed is proper (UserName@domain.com) or any possible ending of e-mail address... Hope to get help, this is for my project....
|
| How to set reminder events for non default calendar? | 27 Jun 2007 21:15 GMT | 3 |
how can you set another calendar to get reminds from it? It`s not a calendar in the standard calendar. May be in a different store. Thanks for any hint.
|
| Problem with advanced search on custom field w/ formula | 27 Jun 2007 16:39 GMT | 3 |
I have a custom field named "searchcriteria" of type formula where initial value is set to: MyField1&" "&MyField2&" "&MyField3 and option "calculate formula automatically" is set.
|
| Getting a control ID from Item in SUB menu | 27 Jun 2007 14:21 GMT | 3 |
I'm looking to disable some menu items in Outlook via GPO. This can be achieved by giving the Control ID of the menu item. I've found the VBA code that enables you to retrieve these ID's but they only work for top level items on menus.
|