| Thread | Last Post | Replies |
|
| Can you automat saving attachments and emails to a directory | 30 Nov 2007 20:47 GMT | 6 |
Open Inbox Click on the new Email Click on Marco which runs the following Detaches any attachment in the Email to a set directory
|
| Outlook Script: Who to know I and item is used by someone | 30 Nov 2007 15:39 GMT | 3 |
To prevent conflict in using my perso Forms, I think about using something like a flag I think about using à personal field to put the name of the current user and release this value when the file is closed
|
| client script | 29 Nov 2007 18:02 GMT | 2 |
In Outlook 2003, to add new shortcuts, I would click on Go menu and select Shortcuts to navigate to my groups of shortcuts, then I click on Add New Shortcut to proceed. I am able to put together a short VBA macro to add new shortcuts in Outlook
|
| change smtp settings outlook 2007 | 29 Nov 2007 17:07 GMT | 2 |
i would like to change my outlook 2007 smtp settings (server and logon credentials) quickly and without using profiles, is there a way to do it? thanks
|
| VBA to Send message from a named Mailbox | 29 Nov 2007 16:39 GMT | 16 |
In VBA code (from Access) what is required to create and send mail via Outlook from a named Exchange Mailbox, where there are more than 1 Exchange Mailboxes configured in Outlook?
|
| recipients from a MAPITABLE | 29 Nov 2007 16:34 GMT | 2 |
I want to collect the recipients from a mail message. We use this SQL query in MAPITable.ExecSQL "SELECT Recipients,Body,SenderEmailType,SenderEmailAddress FROM Folder" If this QUERY is correct, how can I get the items from Recipients?
|
| Outlook Script: How to get the number of item in current folder | 29 Nov 2007 12:56 GMT | 1 |
Config: Exchange 2003 / Outlook 2003 Hi all, I know how to get the number of item in a folder using this Set myFolder =
|
| Creating an Outlook Task with VB Script | 28 Nov 2007 22:06 GMT | 3 |
The following code fragment comes from here: http://www.microsoft.com/technet/scriptcenter/resources/officetips/sept05/tips09 08.mspx Const olTaskItem = 3 Set objOutlook = CreateObject("Outlook.Application")
|
| Hide the choose profile dialog using Redemption.ProfMan | 28 Nov 2007 17:37 GMT | 1 |
I am reviewing the Redemption.ProfMan library which lets you to manipulate the Mapi. I can access the provider name, etc. Everytime I call the following line to initialize the Outlook.ApplicationClass which display the Outlook choose profile
|
| Outlook Security Messages when Sending Email from Code | 28 Nov 2007 17:26 GMT | 1 |
When sending an email from VBA, the following security dialogs appear. A program is trying to access e-mail addresses you have stored in Outlook. Do you want to allow this? Allow access for 1 minute. (plus other options).
|
| Related items in VBA Code | 28 Nov 2007 16:48 GMT | 1 |
We would like to add Contacts through VBA code. Easy enough. We would also like to add Tasks, Calendar Items, Notes, and Journal Items through VBA code that are related to the contacts in question. We are using Outlook 2003.
|
| Consolidate Mail text | 28 Nov 2007 16:42 GMT | 1 |
Can someone please help me write a macro to consolidate text from several mails and put it in a single mail ?
|
| Access Macros | 28 Nov 2007 16:38 GMT | 3 |
For some reason I am no longer avle to access my macros on Outlook 2007. When I press Alt F11 or follow the menu options, nothing happens. No erros or anything. Please advise.
|
| Missing Redemption Events | 28 Nov 2007 13:50 GMT | 1 |
I'm writing an app in VB.Net that needs to be "converted" to SafeMail (Redemption). I cannot seem to find the following events in Redemption: Outlook MailItem Close Event
|
| Execute Macro when new EMail is created | 27 Nov 2007 22:18 GMT | 1 |
I'm attempting to execute a macro upon the creation of a new Mail Item. I have found lots of things that add text upon the sending of an email (Application_SendItem()) however never upon creation. There has to be a way to do this however I'm probably just missing it. Any help ...
|