| Thread | Last Post | Replies |
|
| Macro to receive emails for a specific account | 16 Dec 2005 21:23 GMT | 2 |
I am using Microsoft outlook for different email accounts. I would like to write a macro so that outlook will check emails for only one specific account. How can I do that? Thanks.
|
| Outlook 2000 macro | 16 Dec 2005 20:51 GMT | 3 |
Please help me. I need a macro which will loop through all the emails in a folder called "Database" under a group email inbox called "safety" and search and delete the following text **Remove This Phrase** including the asterisks from the Subject field.
|
| Trouble setting FileUnder using Redemption RDOMail object | 16 Dec 2005 20:36 GMT | 4 |
Hi, I'm having trouble setting the FileUnder property of new Contact items using Redemption's RDOMail object (version 4.0). The contacts are properly created and show up in an Outlook public folder but their FileAs is blank (no names visible in card view). Probably something
|
| Making separate mails from Bcc-address | 16 Dec 2005 14:54 GMT | 4 |
Quite often I have users wanting to send Bcc-mails. But in a way where the reciepient are lead to believe, that the message was send separately to them. I think I am looking for some kind of VBA-script to move addresses from the
|
| Split Varible | 16 Dec 2005 13:36 GMT | 5 |
I get this error "Expected end of statement" on this line: Dim v as Variant Here are my global variables: Option Explicit
|
| split | 16 Dec 2005 08:44 GMT | 3 |
I want to split a field. e.g. I have a field named Contact. The value is John Smith. I want to do this: Item.UserProperties("FirstName").Value = "John" from the Contact field.
|
| how to know the active directory for the COM Addin | 16 Dec 2005 08:35 GMT | 7 |
In my COM Add-in Project, I need to creat a temp directory under the Installation directory of the COM Addin, once the COM is loaded. Is there a way to know the actual directory that the setup program is gonna install the COM at the developing time. Thanks
|
| Getting formatted body from email to word | 16 Dec 2005 08:27 GMT | 1 |
I'm trying to get the body of html emails into a word document. I can get the contents over as either plain text or html code, but cannot figure out how to get it across formatted. The code I'm using is below. Any and all help is greatly appreciated.
|
| Restrict method that begin within a certain range of characters | 16 Dec 2005 05:58 GMT | 3 |
i am trying to do what the help said about Restrict. You can use the Restrict method to search for items that begin within a certain range of characters. For example, to search for all contacts with a last name beginning with the letter M, use this filter:
|
| Cannot access more than 250 items in a folder | 16 Dec 2005 05:22 GMT | 15 |
My company has a custom Outlook form for handling vacation and sick time requests. The form has fields for start date/time, end date/time, name, etc. I'm trying to write some code that will process a bunch of saved
|
| Outlook Folder Size | 15 Dec 2005 22:38 GMT | 3 |
I'm sure this has been asked before, but I couldn't find it. How do you get the size of an Outlook folder in VBA? Right now I'm iterating through all the items in the folder, and that is waaaaayyyyy too slow.
|
| Redemption/Outlook cant set recipient types!! | 15 Dec 2005 21:54 GMT | 2 |
Somebody please indulge me! I'm tearing my hair out at trying to set the TO and CC recipient types using the function below. If I have just one name in the TO and one in the CC all works well. However if I have multiple entries in the CC field (passed in as a ;
|
| How to detect if a message is deleted (IMAP) | 15 Dec 2005 19:04 GMT | 4 |
For an Outlook (2003) add-in, I want to know whether a given (IMAP) message is deleted or not. I don't want to react on an event. Rather, I iterate through all messages in a folder and want to handle the deleted ones only.
|
| add "additional mailboxes" | 15 Dec 2005 19:01 GMT | 2 |
I already posted this answer in the "install and configure" NG, without reply. I hope someone of you can help me. I need to add "additional mailboxes" to an Exchange profile programmatically, in Outlook.
|
| Multiline in a textbox in outlook | 15 Dec 2005 15:36 GMT | 4 |
I have a textbox in a userform I wrote in VBA in outlook. I want people to be able to write a message of a few lines in the textbox. The property Multiline is TRUE, but still, when I press 'enter' it goes to different controls and does not go to the next line.
|