| Thread | Last Post | Replies |
|
| Outlook Macro to delete email from Sent Folder and Delete Folder | 24 Feb 2007 04:52 GMT | 3 |
I have a macro given by someone which deletes a mail sent to a particular id from Sent Folder and then permanently deletes it from the Delete Folder as well. It was working fine earlier but now it doesn't ! When I run it says : Compile error: Expected: end of statement
|
| Automate changing of settings | 24 Feb 2007 04:48 GMT | 3 |
I found a note posted somewhere that there is no scope in the Outlook Object Model to use vba to change settings in the Options menu item in Outlook. Is this true? I would like to have a quick button to switch the "On Replies and Forwards"
|
| Items.Add doesn't add an item | 23 Feb 2007 23:20 GMT | 1 |
Regarding the following C# code: private Outlook.MAPIFolder CreateMyMapiFolder(Outlook.MAPIFolder parent, String folderName, String body) { Outlook.MAPIFolder newFolder = parent.Folders.Add(folderName, Outlook.OlDefaultFolders.olFolderInbox);
|
| Outlook 2007/Exchange 2003 error when creating multiple items | 23 Feb 2007 18:33 GMT | 3 |
I am using VBA to send a number of meeting invites to a resource mailbox for some testing. I get the following message once about 131 items have been sent. "Error -2147220731 : Your server administrator has limited the number of
|
| Move an e-mail to Public folder or inbox subfolder | 23 Feb 2007 15:39 GMT | 1 |
Hello everyone, just wounder is it possible to write a macro to move an e-mail to a subfolder in public folder ? I would like to have a button on the top of my outlook 2003 so that when I click on that button, it will move a selected
|
| Select all message body and delete | 23 Feb 2007 15:34 GMT | 3 |
I am using outlook 2003 + Outlook Email Editor. What I want to do is for new/reply message I am composing, I can use a VBA code to select all the first 10 lines of text and delete them. I know I can do this manually, but I am trying to do this using VBA so that
|
| Getting details of a person in GAL on Exchange by its alias | 23 Feb 2007 10:13 GMT | 1 |
Hello, I have an alias of a person listed in GAL (on Exchange server) and I would like to obtain programatically its details, like email, name etc. The alias is stored as the value of field "Item12" but it always returns an error E_ACCESSDENIED. Is there a way how to do it?
|
| What MAPI function is used for the Item_Add Event | 22 Feb 2007 17:55 GMT | 1 |
The reason why I am asking this is for a similar reason the Knowledge Baase article http://support.microsoft.com/kb/279502/en-us OL2000: ItemRemove Event Does Not Run in Some Scenarios was written.
|
| Outlook Macros - VB code | 22 Feb 2007 15:30 GMT | 1 |
I have no idea how to write the VB code in the VB editor for a Macro to run in the Outlook Calendar window. I am knowledgeable of VB in Access and Macros in Word but the whole structure of this VB is different. All I want to do it enter a few lines if text using a macro so if ...
|
| Access Outlook from Word with VBA code | 22 Feb 2007 15:12 GMT | 1 |
I have a problem with my template in 2007. I worte a template in 2003 with VBA code behind. Everything works fine there, however, if I run this in 2007 the program stops at 'Set olApp = CreateObject("Outlook.Application")' (see the whole code below). Are there any changes in VBA ...
|
| Send and delete | 22 Feb 2007 15:11 GMT | 1 |
It´s often I answer a mail and then want to delete both the mail that was sent to me and also my answer. I want to do this by adding a button, next to the "send"-button in the header of the reply. When pressing this button, my answer is sent, the original mail is deleted and then ...
|
| open file from vbscript | 22 Feb 2007 15:08 GMT | 1 |
I have links to files on my custom post form that are stored in lables. Mostly there will be image files. I want to open the file in the click event. How can I do this? Thanks in advance :)
|
| Creating meeting using vba | 22 Feb 2007 15:06 GMT | 6 |
I was able to create meeting and send out invitations for them via Access, but for some reason when the invitee responds it gave me a message saying the meeting is not on the calendar and that it might've been deleted. On my calendar it also shows that no one had responded to ...
|
| Reading Pane Settings | 22 Feb 2007 09:43 GMT | 2 |
I would like to put a button on one of my command bars to programatically toggle the Reading Pane option "mark item as read when selection changes". The button bit is trivial, but I can find anything that exposes the settings in a
|
| Macro to move a cell to centre screen | 21 Feb 2007 20:54 GMT | 2 |
I want to write a simple macro that will make a given cell (defined by the contents of two other cells - i.e. row number and column number) move to the centre of the screen (approximately). Is there a simple way in which I can do this please? I can't find a function
|