| Thread | Last Post | Replies |
|
| Moving Specific Inbox Items to a Specific Subfolder (VBA) | 11 Apr 2006 05:46 GMT | 1 |
Good day, I have: messages in the Inbox with Subject "Extracts" I want: to move all messages in the Inbox with subject "Extracts" into the subfolder "Inbox\Archive"
|
| Need a way to automate profile creation for 1500 Outlook 2003 User | 11 Apr 2006 01:54 GMT | 1 |
We just upgraded about 1500 systems to Outlook 2003. The users have been using an Exchange web based system. I now need to create user profiles for all the users to connect via Outlook 2003. They already have accounts on the exchange server. Is there a script or way to automate ...
|
| How do i find out if the outlook mail is digitally signed | 10 Apr 2006 17:33 GMT | 1 |
I am creating an outlook plugin using VC++. I basically want to know whether the mail item that i have is digitally signed or not I am unable to do this using the MessageClass property of the mailitem
|
| automating body text search | 10 Apr 2006 16:28 GMT | 7 |
I have an Outlook folder full of undeliverable emails. I am trying to develop a macro that will go to the folder, open each email, extract the reported failed address frm the body of the email, and save the address to a file. The failed address regularly appears in angle ...
|
| Change Envelope Icon in MailItem. | 10 Apr 2006 16:14 GMT | 3 |
Can I modify (change) a Envelope Icon in OutLook MailItem? Sample: If a sender is "nnn@nnn.com" show a icon "X" If sender is "nxx@nxx.com" show a icon "Y"
|
| GetAddress does not provide all fields | 10 Apr 2006 04:42 GMT | 4 |
I'm working with a Word VBA application in Office 2000 under Windows XP. I may have spoiled the Outlook configuration when I tried to import contacts from an earlier computer setup with Office 2003. At that occasion I got some messages about incompatibility and nothing was imported. ...
|
| Populate CC field from dropdown list & resolve against Outlook GAL | 09 Apr 2006 18:44 GMT | 1 |
On an Outlook form, I would like to be able to populate the CC field from a name selected from a dropdown list within the form and have that name resolved against the GAL, if necessary, so that person will get a copy when the form is sent. Can anyone tell me how to go about doing ...
|
| Send a Word Doc as E-Mail Body | 09 Apr 2006 15:27 GMT | 3 |
I am trying to email a word doucument from Excel. I have some data in Excel that I am inserting into a new Word document that I create from a template. Then I want to send that Word document as the BODY of an email which I can do manually by selecting File > Send To > Mail
|
| Problem sending mail via excel | 08 Apr 2006 20:44 GMT | 3 |
Hi, I have the following code: With Application.Dialogs(xlDialogSendMail) .Show .To = "jasveer.samrai@o2.com"
|
| "Run a script" rule triggers but script does not execute | 07 Apr 2006 23:34 GMT | 7 |
I am attempting to use the "Run a script" action in an Outlook 2003 rule. The script contents appears to be valid, with the requisite MailItem. The subroutines are recognized, and selectable, in the Rules Wizard. Code below...
|
| Pure HTML Formatting in Mailto code | 07 Apr 2006 21:14 GMT | 1 |
Has anyone know how to code in javascript for mailto code with the HTML formatting to clients (not in ASP/PHP/.NET coding, normal HTML coding only)? I'm trying to send a tell-a-friend form with referee emails attached to
|
| How to integrate company logo with auto send using vb.net | 07 Apr 2006 19:39 GMT | 6 |
In my VB.NET Windows form application, I'm using the Outlook object to compose and automatically send email. The spec also requires that I integrate the company logo on the top of the email to look like the company
|
| Restrict method problem | 07 Apr 2006 19:03 GMT | 23 |
I am using the restrict method to return a collection of the items in a public folder. Only the first 249 items returned appear to contain any data, anything after that is just a heap of nothing. Is this a limit on Restrict's functionality?
|
| Find a contact by telephone number | 07 Apr 2006 16:05 GMT | 3 |
In Outlook I can use the Find Items feature to find a contact. Eg I can look for 01222 & 456789 How can I do the same using VB? Angus
|
| How to save a note in an outlook addin. | 07 Apr 2006 05:39 GMT | 1 |
I am creating an outlook addin and want to save a note as rtf or htm file. IS there any way to do this. I am using this but the last line is throwing exception. _objNoteItem = (Microsoft.Office.Interop.Outlook.NoteItemClass)objItem;
|