| Thread | Last Post | Replies |
|
| How to disable the Delay sending of email in Options | 30 Dec 2007 16:05 GMT | 1 |
Can I as the exchange administrator disable the delay sending of email feature in options? Can I do it for just one user or does it need to be everyone if it can be done?
|
| Outlook Appointment lable | 30 Dec 2007 09:19 GMT | 3 |
I am trying to somewhat standardize the way my flights hotels and rental cars appear in my outlook schedule. I will create a simple VBA form and enter the known info and the code will enter the standardized info into the calendar. Sounds simple enough.
|
| Setting up automated Layouts for viewing email | 29 Dec 2007 17:49 GMT | 3 |
I'd like to set up a VBA macro that when run will check and reset all mail viewing layouts for all my .pst files, both Personal Folders and Archives. I find that when I manually add a new folder, for example, it defaults back to what seems to be an Outlook Standard layout for ...
|
| find function using a categories / variable | 28 Dec 2007 23:26 GMT | 6 |
I'm trying to use the find method to find messages based on the categories value of the current item. I'm not sure where I'm going wrong. It seems to get the correct value (strID) from the current item, but I can't figure out how to write the find method so it references that ...
|
| Saving HTML attachments | 28 Dec 2007 21:05 GMT | 17 |
Can anyone provide a macro for saving HTML attachments source as text files in Outlook 2007? ----- Shay Levi
|
| Is this possible? | 28 Dec 2007 18:58 GMT | 2 |
I'm looking for some coding ideas of how to use VB to modify the per user settings in Outlook 2003. In particular I want to be able to script the settings in: Tools addressbook/tools options,
|
| Unable to Delete Folders from "Deleted Item" Folder | 28 Dec 2007 14:34 GMT | 1 |
Hi, all I'm trying to delete folders from the "Deleted Items" folder. I'm using the below snippet. The "Deleted Items" folder also contains some custom folders, which I'm not able to clear.
|
| delete previous e-mails with same number in subject | 28 Dec 2007 14:20 GMT | 1 |
Can anyone tell me how to write a rule that will delete previous e-mails with the same number in the subject? I receive e-mails with subjects similar to the following: "XYZ Company Issue #5506384." I would like Outlook to only keep the most recent version of the e-mail for that ...
|
| Outlook redemption saveas generating security warning | 28 Dec 2007 00:39 GMT | 1 |
I am trying to use Outlook Redemption to save an email message upon arrival to a msg file. Despite using redemption, it generates a security message. Am I doing something wrong? See code below. strID = MyMail.EntryID
|
| Syntax error in a print-1st-page macro | 27 Dec 2007 18:33 GMT | 1 |
Hello coding guys, I'm new to this but think is a easy deal: Create a macro to print the first page of an opened email message, using the following procedure. Application.ActiveWindow MailItem.PrintOut Pages:="1"
|
| NewInspector questiob | 26 Dec 2007 20:17 GMT | 7 |
Can someone tell me why this does not write to the message body? I am stumped! I have placed it in the ThisOutlookSession. Public WithEvents colInsp As Outlook.Inspectors Public WithEvents objInsp As Outlook.Inspector
|
| Set reminder flags for recipient | 26 Dec 2007 19:51 GMT | 8 |
Would setting 'FlagStatus' & 'FlagDueBy' for an outgoing email message also create reminders on the recipient's computer, or only the sender's? Thx,
|
| Multiple rule execution | 26 Dec 2007 18:43 GMT | 1 |
Hi – This is a question (plea for help!) concerning Microsoft Outlook 2003 and the implementation of Rules that I have set up. I have about 30 rules I want to run automatically. However, at the moment, I
|
| How to detect flag event from vba? | 26 Dec 2007 14:30 GMT | 5 |
I want to move a message to a specified folder once its flagged. How can I detect that flagging event from vba?
|
| get phone no from addressbook | 26 Dec 2007 13:43 GMT | 4 |
I'm displaying AddressBook in Outlook 2007 (from VSTO Addin)with App.GetNamespace("MAPI").GetSelectNamesDialog The user is allowed to select only one entry.I want to get the selected contact entry's corresponding phone
|