| Thread | Last Post | Replies |
|
| Dilema, need a macro to format incomign emails | 15 Dec 2003 22:54 GMT | 1 |
Im a VBA newb and I have a little job to do and dont know to start. Basically, I have a load of incoming emails sent to an inbox daily, these are corrspondence letters sent by a 3rd party application. They are received in outlook richtext format, completely aligned to the
|
| Controling Internet Explorer from within Outlook | 15 Dec 2003 22:39 GMT | 1 |
Any Comments will be appreciated: Objective: To automatically update and send a web page to an e-mail recipient.
|
| Forward messages conditionally to users | 15 Dec 2003 22:12 GMT | 2 |
I have 50 or so emails each day from two different places that I need t foward to a group of four people on exchange (cycling through the lis so each one gets roughly the same number as the last). ie- I get 9 emails today. I forward 23 to each one of the four. I can't write
|
| Can't cancel sending of an email from .NET AddIn - Please help! | 15 Dec 2003 16:56 GMT | 2 |
I am trying to cancel the sending of an email within my .NET AddIn once the 'Send' button is clicked. I can pick up the 'Send' click event, but the email is sent no matter what I set for the value of Cancel. Below is my code Private Sub m_olInspectors_NewInspector(ByVal ...
|
| Message headers | 15 Dec 2003 16:14 GMT | 5 |
I'm trying to get the message headers and body from an email. I am able to get the message body using: Set oOL = CreateObject("Outlook.Application") For x = 1 To oOL.ActiveExplorer.Selection.Count
|
| StoreID | 15 Dec 2003 16:02 GMT | 2 |
I have the below code: Set objCDO = CreateObject("MAPI.Session") objCDO.Logon "", "", False, False Set oOL = CreateObject("Outlook.Application")
|
| Encrypting a message | 15 Dec 2003 13:04 GMT | 1 |
I have created an Excel Macro that I use to send a spreadsheet as an attachment. Because of the nature of the information contained in the spreadsheet, it needs to be encrypted. I can create the message and attach the file. How do encrypt it programatically Thanks.
|
| Bypassing Outlook Security Patch using SendKeys | 15 Dec 2003 06:42 GMT | 1 |
I've copied a code and made slight changes to it. When i execute the code, Outlook waits for 'Yes' or 'No' response for sending an automatic email, the sendkeys doesn't seem to work. What could be wrong with the code below? Would appreciate any help rendered as I'm very new to ...
|
| Changing the MessageClass | 14 Dec 2003 05:02 GMT | 14 |
So what I understand is that I can take an existing email message and change the messageclass to a custom form save or display the item and it will now show the custom form with the email information. I have found several samples and it looks fairly simple. I am using the
|
| Avoiding the Outlook Security Prompt | 13 Dec 2003 23:33 GMT | 1 |
I would like to write a macro that automatically adds a recipient to an outgoing e-mail. Is there a way so that whenever I add a recipient I can avoid the message box that asks me whether I want to let
|
| change Outlook view parameters from a forms VBScript | 13 Dec 2003 23:14 GMT | 2 |
Hi Group, how can I change Outlook view parameters for a folder from a forms VBScript? The only thing I've found so far is how to set an existing view specifying its name. TNX, Wolfram
|
| Restricting or Finding Contact items | 13 Dec 2003 10:48 GMT | 2 |
I'm trying to write code to create distribution lists. I want to be able to choose what to create a DL from so I have a small form that lets the user choose some parameters. All parameters are user defined:
|
| Automated send an email when a file is added to a folder | 13 Dec 2003 08:08 GMT | 2 |
I am looking for a solution for a big problem I am having. I want outlook to scan a folder and if there is a new file in it I want it to send me an email. Reason why....I have faxes getting into my computer. But I am not
|
| Importing CSV into OutLook | 13 Dec 2003 07:00 GMT | 2 |
I have a spreadsheet that has 365 entries on it, one for each day of the year. Fields are: Subject\StartDate\AllDayEvent\Description\ Location\ and ShowTime. When I import into OutLook it works fine adding a new all day entry
|
| Automatic Add to Group Address | 12 Dec 2003 22:32 GMT | 1 |
I am using Microsoft Outlook 2002. I have a rule set up when certain words in the subject would go to specific folder. I would like to also have that set up where the email address in th
|