| Thread | Last Post | Replies |
|
| I have written a program that creates my contacts folder. | 30 Jun 2004 23:25 GMT | 5 |
In my outlook I can view all of my contacts and they are correct. The folder is 'checked' to show as outlook address book. When I go into my address book I can only see the contacts that I have edited OR that have a fax number in their address.
|
| Inbox messages: programmatically create folders and save messages (Outlook 2002 + 2003) | 30 Jun 2004 20:39 GMT | 1 |
I'm looking for a code able to store messages in sub-folders of Personal Folders automatcally. My wishes are: 1) A message came in the inbox; 2) If the sender is in the Contacts, then store the message in a
|
| Mail IP | 30 Jun 2004 15:37 GMT | 2 |
I would like to get the IP of the sender of an e-mail in Outlook (the same one from the headers info). I'm using the Redemption library, and I understood there is a feature for this implemeneted, but I can't find it. Could you give a hint or a workaround?
|
| Obtaining the first seven characters of a text cell | 30 Jun 2004 15:01 GMT | 2 |
I am trying to obtain the first seven characters of text in a given cell in excel using VBA. i.e. - a cell contains the text HMA4178A. I want to pass the HMA4178 to a variable in VBA to be used with the dir statement.
|
| objInfoStore.Fields(CdoPR_STORE_OFFLINE).Value and Cached Mode | 30 Jun 2004 14:39 GMT | 3 |
I did use a folder Homepage which works fine with OL.2k and OL.XP but not (I migrated to...) OL.2k3. It doesn't work fine at that statement: IsOffline = objInfoStore.Fields(CdoPR_STORE_OFFLINE).Value Problem is that the statement delivers 'true' if OL is connected to the
|
| Send a daily email | 30 Jun 2004 14:24 GMT | 1 |
Is there a way to send an email everyday at 3pm? Maybo from my draft folder? Thanks Chad
|
| Help on getting email .body using redemption | 29 Jun 2004 23:42 GMT | 2 |
I am using Redemption and still get the security prompt when trying to get the body of an email message. The following code works to get the subject but not the body: Sub GetKinderEmails()
|
| VBA code for the compact feature? | 29 Jun 2004 15:13 GMT | 3 |
To compact O2K, I have to go through so many mouse-clicks. After weeks of doing this (I receive a ton of mail a day with lots of attachments), would like to assign a macro to a toolbar icon to compact. Hopefully it'll do this just with one click. I'm hoping to
|
| Access to Outlook alert | 29 Jun 2004 03:29 GMT | 4 |
I have a quick questions about an alert I get when trying to send an email in outlook xp. The alert is stating "Outlook is sending a email from an unrecognized application?" Is it ok for outlook to send? (or
|
| Outlook Security Feature | 29 Jun 2004 02:15 GMT | 5 |
I am currently writing a VB .NET application that sends email at specific intervals via Outlook. However, everytime the application tries to send an email, Outlook pops up a message saying that another application is
|
| Newbie question: selecting a contact | 28 Jun 2004 21:16 GMT | 1 |
I have written a macro that works with a selection of emails and a contact. The only problem is that when I run the macro the current selection can either be the emails or the contact. How do I bring up the standard selection GUI to enable the user to select a contact from
|
| Show contacts dialog | 28 Jun 2004 21:05 GMT | 2 |
I'd like to have a visual basic script pop up a dialog from which I can choose a contact from my address book. Something similar to .ShowCategoriesDialog but for contacts. Is there such a beast? Thanks,
|
| Outlook 2003 Calendar save as OLE Automation | 28 Jun 2004 20:34 GMT | 1 |
I need to automate the procedure Calendar->save as Web Page on a vb script or in a .net application. To activate the Calendar I choose the Application.Folders part and than I can display the selected Calendar Inspector. But how do I
|
| Question on Coding an Outlook Form | 28 Jun 2004 19:41 GMT | 2 |
I'm trying to make one of my textboxes visible only if a certain option button is selected. Currently I have the textbox set to hidden in the properties...I just don't know how to script this event in outlook...I thought something like this would work:
|
| How to create a rule in vba | 28 Jun 2004 14:14 GMT | 1 |
I am creating an Access 2003 db that interacts with Outlook. What I need to do is when the db starts up for the very first time after it is installed it will have to create an Outlook folder and then create a Rule in Outlook to move all incoming mail from then on that has eg ...
|