| Thread | Last Post | Replies |
|
| Moving mail items into an "Archive" folder | 17 Jun 2006 09:58 GMT | 4 |
I have created a button that is linked to a macro. The maco goes through and moves the item to my archive folder. However, when I have a message that has a completed flag, it fails. It provides an error message about not being able to move unsent,
|
| How can I create a outlook appointment item from data in a e-mail? | 17 Jun 2006 08:00 GMT | 7 |
I get confirmation for work via e-mail and want to automaticelly create an appointment item from the mail. How can I get vba to read only a bit of the text in the subjectfield to get the right mail... the subjectfield always contain 3 words in the beginning
|
| Find......FindNext | 16 Jun 2006 21:06 GMT | 3 |
I have a worksheet in which i extract email IDs from Outlook, of people opting for a drop time. I send out a voting response mail & the responses are collected into a custom folder "DropTime" created below Inbox.
|
| Delete or Disable pop3 account | 16 Jun 2006 18:40 GMT | 1 |
I am in the process of migrating about 100 outlook users from pop3 to exchange accounts. In their outlook profile, they have their primary account being the pop3 and their secondary account being the exchange account. Once we disable the old pop3 server, I would like it when uses
|
| Voting Response | 16 Jun 2006 05:31 GMT | 9 |
I have created a worksheet which has Transport Drop times in Header Row (Row 1) from B1 to say Y1 like this: Name 00:00 00:30 01:00 01:30 02:00..... -----------------------------------------------------------------
|
| CDO and SMTP Servers | 15 Jun 2006 21:55 GMT | 3 |
I am working on an application where I want to allow a user to send a message to multiple customers at once. I stumbled across CDO and have some questions regarding how it works. I found the following code on Microsoft's web site:
|
| Recipient list limit? | 15 Jun 2006 18:46 GMT | 1 |
Is there a limit to the number of recipients you can have in an Outlook e-mail? I wish to create a large list of e-mail recipients in VBA by simply concatenating several e-mail addresses together. Am I simply limited by the length of a string in VBA or is there a limit imposed by
|
| Date Picker for Outlook Forms | 15 Jun 2006 17:09 GMT | 1 |
I am desperately looking for a date picker which accepts null values for custom outlook forms I have tried the ones on the outlook code webpage. The Activcalendar – You can’t purchase it anymore. I have tried twice.
|
| Saving Subject Text in Excel Doc | 15 Jun 2006 17:09 GMT | 1 |
Is there a way to automagically save the subject field from emails sent to a defined email address into an excel doc? Any help would be greatly appreciated. Thank you,
|
| Auto-Expire Mails | 15 Jun 2006 15:27 GMT | 1 |
Is there a way to send a mail to recepient, recepient receives it & after his response, mail automatically gets deleted from recepients end. Rgds,
|
| NewMailEx vs. ItemAdd | 15 Jun 2006 15:07 GMT | 14 |
I'm trying to use Outlook 2003's Application_NewMailEx event to copy all incoming messages into various folders etc. I've pretty much lifted the code directly from here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_ol2003_ta/h tml/odc_OLWhatsNew2k3.asp
|
| how to make this code work | 15 Jun 2006 13:16 GMT | 2 |
In the help they say to paste this code (under the ----) into a class module Now that it is done: What is the name of the class i just create? Myolitems? How can i declare or call it from a regular module
|
| Accessing another Exchange mailbox | 15 Jun 2006 12:46 GMT | 2 |
Here's my need: I need to access the Inbox in another Exchange Server mailbox and process emails that have an attachment. I can use the "GetEmailAttachments" code at http://www.fontstuff.com/outlook/oltut01.htm and obtain the results I
|
| Memory management problem | 14 Jun 2006 20:03 GMT | 6 |
I'm developing a macro that will delete every unused appointment item in a mailbox that is older than today. The appointment items are from a custom form. There's a memory management problem I don't understand and am
|
| Activate button when select contact | 14 Jun 2006 19:24 GMT | 1 |
I'm building a contact export. I have a macro which checks if the button exist, if not it create one else it's activate the button when a contact is selected. I run this macro manually, but I want to automatic run the macro when
|