| Thread | Last Post | Replies |
|
| Need a rule to send a reply then delete mail NOT from sender x | 30 Jun 2005 22:11 GMT | 2 |
I am not a programmer, but I follow directions well. My company just switched to Outlook 2003 on an Exchange server. All of Outlook's rules are for positive conditions, but I need one to filter out mail that does NOT come from one of two addresses by sending a text reply ("This ...
|
| Recognizing signed / encrypted messages OL2003 | 30 Jun 2005 22:02 GMT | 2 |
When I group my Inbox by Message Class, I see the expected results, message classes such as "Message", "Out of Office Reply", "Message (StorageQuotaWarning)", "Meeting Cancellation". I can determine almost all of these programatically, by examining
|
| Excel VBA: chart numbering | 30 Jun 2005 21:17 GMT | 1 |
Outlook 2003 (using macro recorder and chart wizard) What I'm trying to do: I have some simple VBA to create a pie chart: Sub pie_chart()
|
| Openning an excel file | 30 Jun 2005 20:30 GMT | 3 |
I work with outlook VBA and I have to open an excel file throught code, but the Excel is not openned. How can I do to open this file? Thanks, Ottoni.
|
| MailItem Modal Display Issue - Window Does Not Close on Send | 30 Jun 2005 13:34 GMT | 2 |
Using the code below to create an email and bring up the email display pane. When I click on send the email window does not close. If I set .Display false it works fine. Is there a way to fix this issue as I need to have a modal window.
|
| AdvancedSearch and recipients email address | 30 Jun 2005 11:05 GMT | 6 |
Using the AdvancedSearch object, I cannot find a way to search for a string in the recipients email address. I have used urn:schemas:httpmail:displayto, but this is only the Display name, not necessarily the email address.
|
| Folders collection GetFirst | 30 Jun 2005 06:52 GMT | 1 |
How OOM actually determine which item is the first in the collection. For e.g., the Folders collection, which is first folder. Is it by which one created first? thank you.
|
| Show New Mail Desktop Alert indicates "HTML <end>" | 29 Jun 2005 18:38 GMT | 4 |
When I send an Email via vbScript formatted as HTML, the Outlook New Mail Desktop Alert indicates "HTML <end>" rather than the body of the Email. How can I get the Alert to indicate the body of the Email. Thanks in advance,
|
| how do i disable visual basic in outlook? | 29 Jun 2005 18:37 GMT | 1 |
Every time I create a new email or reply to/forward an existing message, i get a Visual Basic popup that says: "The macros in this project are disabled. Please refer to the online help or documentation of the host application to determine how to enable macros." I am at a ...
|
| Getting the SenderEmailAddress | 29 Jun 2005 18:22 GMT | 3 |
Im having a terrible time trying to get the SenderEmailAddress. I have tried a variety of snippets from all over the web but I just cant get it. I use Outlook 2000.
|
| Multiple OL Inbox in Win98 TaskBar Caused by VB olExp.Active | 29 Jun 2005 17:48 GMT | 2 |
Sub Open_Only_1_Inbox_Not_Two_Or_More_In_Taskbar( Dim lCount As Lon Dim olApp As Outlook.Applicatio Dim olNS As Outlook.NameSpac
|
| Posting in a public folder / changing sender name. | 29 Jun 2005 17:47 GMT | 5 |
I'm using this code to post Item in the current folder , and i have 2 questions. Dim olPost As Outlook.PostItem Set olPost = ActiveExplorer.CurrentFolder.Items.Add("IPM.Post")
|
| Opening a inbox without outlook | 29 Jun 2005 14:55 GMT | 4 |
I have MAPI installed but no outlook and I want to get e-mails out of the inbox and proccess them. I have it working on another machine which has outlook on it, when the program runs it opens outlook. The first part of the code is this.
|
| Outlook 2003 crashes in VBA editor | 29 Jun 2005 04:09 GMT | 2 |
I am experiencing a rather strange and annoying behaviour of Outlook 2003 SP1. When I click on thisOutlookSession and try to pick Application from the drop down when assigning events, entire Outlook just closes. And does it very fast - just disappears!
|
| how to create a email | 29 Jun 2005 01:48 GMT | 5 |
i don't find a way to create an email. can someone help? in word its easy to create a document, but i can't handle it to create a email in outlook. i tried it this way
|