| Thread | Last Post | Replies |
|
| Application_Startup event handler not being called | 01 Aug 2005 00:12 GMT | 2 |
Outlook 2003 on Windows XP Pro... I have several macros in ThisOutlookSession that I use regularly. They are digitally signed to me. Now I have added an Application_Startup event handler, like this:
|
| Looking for HTMLEditor example | 31 Jul 2005 19:01 GMT | 1 |
I'm trying to develop a method for getting contacts from a web mailto form. My form sends mail in a structured HTML format, and I want to move the form items into fields in a custom Contact form I've set up. Questions:
|
| run a rule to create a file | 31 Jul 2005 16:29 GMT | 1 |
I would like to run the rule which upon receiving a specific email would create a text file and close the script to allow for further operation on the file. I thought that something like below in script would work
|
| Attach File to New Mail Messages Automatically | 31 Jul 2005 10:24 GMT | 2 |
Would someone tell me how to attach a File to new messages that are created in Outlook 2003 automatically using Word 2003 as the email editor? Ted
|
| How to open a .msg file in Access | 31 Jul 2005 03:43 GMT | 2 |
In Acces I made a program to save selected Emails from Outlook2000 to specified folders on my disk. It makes a .msg file from the Email, using Subject a a Filename. For each Email I also make a record in a n Access Table.
|
| rename attachment | 30 Jul 2005 23:35 GMT | 1 |
I am searching for a way to programatically rename outlook attachments using VBA. Thanks, RICK
|
| macro to open a file | 30 Jul 2005 17:50 GMT | 1 |
Can anyone tell me how to create a macro to open a file on my computer within outlook? There are several files that I need to look at when using outlook. I have tried attaching them to a task or contact but there are still several steps to open it. I was hoping for a quick way ...
|
| How do I get the preview pane??? | 30 Jul 2005 14:45 GMT | 1 |
How do I get the email that is currently being viewed in the preview pane? Thanks!
|
| assigning accoutn name to a variable | 30 Jul 2005 01:29 GMT | 1 |
Is there a possibility to assign the account name to a variable? I want to check with which account the mail is sent, and depending on that account to copy the sent mail.
|
| Looking for code on resolving duplicates | 29 Jul 2005 23:56 GMT | 2 |
Hi again, Mentioned in another post that I'm working on a method for converting entries sent from a web mailto form into Contacts. I've been looking for many hours for some simple open-source
|
| Convert from IMailItem to IPostItem... | 29 Jul 2005 20:58 GMT | 1 |
I have created a COM Addin in VC++/ATL. I am using Outlook 2003. when user press send button,OnSendMail function gets called. OnSendMail function look like
|
| ? for Sue M | 29 Jul 2005 16:53 GMT | 2 |
I have a macro that I have used for weeks now without any issues. Today, when I run it, I get the following error: Run-time error '-2147221233(8004010f)': [Collaboration Data Objects-[MAPI_E_NOT_FOUND(8004010F]]
|
| Outlook and encoding charset | 29 Jul 2005 14:31 GMT | 7 |
I use VB6 and outlook 2002 and I want to know how to access at the encoding charset (utf-8 or iso,...) information of a Outlook.MailItem ? Is it accessible in the mailitem.Itemproperties of the mail ? Thanks,
|
| Change activeexplorer to non-default folder | 29 Jul 2005 14:21 GMT | 1 |
I have created an email folder within my MAPI Mailbox in addition to the default Inbox, Tasks, Calendar and what not. I have not been able to find a way through VBA to sucessfully move to that folder. I've sucessfully moved to the default Inbox or Calendar but not to the email
|
| navigating filesystems within the outlook navigation pane | 28 Jul 2005 17:56 GMT | 1 |
Is it possible to create a filesystem navigation item within Outlook that would allow users to browse directories in Outlook's navigation pane? In essence, I would like to integrate windows explorer functionality into Outlook and capture/process folder click events,
|