| Thread | Last Post | Replies |
|
| Processing new mail | 24 Mar 2004 16:13 GMT | 1 |
In a nutshell: When mail arrives, I want to be able to process that particular piece of mail (run thru some filter's I've written etc). Right now I have written a routine that iterates through all items in the mailbox, looking for "new" or "unread" items When new mail arrives, ...
|
| Printing attachments | 24 Mar 2004 16:08 GMT | 1 |
I want to print only the attachments from my list of messages and here is my code, where myItem is the message: myItem.PrintOut Attachments:=1 It worked once but now is not working anymore.
|
| Source of zero length strings from an input box | 24 Mar 2004 16:02 GMT | 1 |
I've got an input box in a macro, with a default string defined. If a user presses the cancel button, that results in the return of a zero length string. Fair enough.
|
| Macto to strip attachments from email | 24 Mar 2004 15:46 GMT | 11 |
One of the repetitive tasks I have to do at work is to review my emails, delete attachments that I no longer need / have saved elsewhere, and annotate the email with "<< file(s) removed >>".
|
| Added attachments are not visible if I invoke mailItem.Display | 24 Mar 2004 13:07 GMT | 1 |
I want to add attachment to mailItem and attachment must be visible. How to do it? What exactly property is? Thanks
 Signature Sergey Zhulin
|
| Control Tip Text wrap | 24 Mar 2004 04:26 GMT | 2 |
Is there a way to enable word wrap in the ControlTip Text property? I have long text help and on machines with lower resolutions, it goes off screen. Thanks! DH
|
| help! | 23 Mar 2004 21:45 GMT | 3 |
I have an Excel template with an email button that opens Outlook and sends an email. It works for all users except one that has a Pocket PC that synchronizes with his computer.
|
| Setting Out Of Office Assistant | 23 Mar 2004 21:14 GMT | 3 |
I have been asked to write a small application (possibly web based) to be used by our helpdesk so that they can enable/diable the out of office assistant for any user. It appears that you can do this in CDO for a logged on
|
| Delete an Outlook appointment from Access | 23 Mar 2004 18:00 GMT | 5 |
Could someone please look at my code, I can direct the program to look at the Access text box. Private Sub cmdDeleteAppt_Click() Dim olapp As Outlook.Application
|
| Strip inbox details and populate db | 23 Mar 2004 15:43 GMT | 1 |
I need to strip off all info from messages received into outlooks inbox as well as any attachments. This information needs to populate an sql table running on an sql 2000 server on a remote machine...
|
| Quit Event of Application | 23 Mar 2004 15:36 GMT | 5 |
i have put a message in the quit event of the outlook applicatio object. when im exiting from the file menu of the Outlook Explore window this event is being fired. But when im closing it using th "cross" button on the top right hand side its not getting fired.
|
| Outlook addin | 23 Mar 2004 15:31 GMT | 3 |
I want to write an addin object for outlook. It is to get my mail from my website... (using my protocol) and then add those mail to outlook inbox... anyone know how to do it? using VC++6 or VB6?
|
| Sent Items | 23 Mar 2004 06:18 GMT | 2 |
Outlook 2002/2003 I would like to keep sent messages in corresponding mailboxes, as I open my private mailbox (private@company.com ) and additional mailbox ( mail@company.com ).
|
| Prevent deletion of messages | 23 Mar 2004 01:11 GMT | 1 |
i have a big problem. How can I prevent deleting messages in Outlook? Thank you for your support Joerg Bonsack
|
| Sending EML Files using CDO in a VBScript | 23 Mar 2004 01:10 GMT | 1 |
Is it possible to have an email stored in an EML file and send it to each user pulled from a speadsheet. I have an email that I created in Publisher and send the email to myself. It's HTML formating is very complex to have to retype in a VBScript using the HTMLBody property. Can ...
|