| Thread | Last Post | Replies |
|
| Save a mail using Outlook Object Model | 14 Oct 2003 17:40 GMT | 1 |
I'd like to know if there's some way to save an e-mail from exchange using the Outlook Object Model. If so, does anybody could help with some link or tip about it? Thanks a lot!
|
| VBA to mark mailitems as read | 14 Oct 2003 15:19 GMT | 2 |
I am trying to write code that will automatically mark messages in a non-Inbox folder as read (Item.unread = false). I can't find where this question has been answered on
|
| How To start Programs like putty, vnc in a OL form? | 14 Oct 2003 12:11 GMT | 1 |
I have a custom field "ip-adress" and a button. I want to run a external programm like vnc. The use of vnc is: path..\vnc.exe ip-adress. I need Help only for the run routine.
|
| How to use System Environment Values like %Path% or %Computername% in Form Fields? | 14 Oct 2003 12:08 GMT | 1 |
Example: Set objCurrentFolder = Application.ActiveExplorer.CurrentFolder set CurrentItem = objCurrentFolder.Items.Item(1) CurrentItem.UserProperties.item("Computername").Value=
|
| Forwarding a message and auto-reply | 13 Oct 2003 16:45 GMT | 1 |
Can someone point me in the right direction or supply a snippet of code? Here's what I want to do: A new email comes in to an Outlook 2002 client that gets its mail from a POP3. VBA code runs to determine the address of the sender and if it's one
|
| Changing Current View | 10 Oct 2003 20:53 GMT | 2 |
How do i add a User defined field to current view at 3rd position programatically. Thanks in advance , Shashi
|
| Unread Items | 10 Oct 2003 14:52 GMT | 1 |
Can anyone help !! I have the following code that creates items in folders. In Outlook 2003 the items are saved and appear as unread, in outlook 2000 however they appear to be saved as Read, Could someone point
|
| Fix to start Outlook 2002 CreateItem Error | 10 Oct 2003 14:50 GMT | 1 |
Following is the fix for an error to create email through Outlook 2002, if Outlook is not originally started. Dim olApp as Outlook.Application Dim olMsg as Outlook.MailItem
|
| Form in Outlook linking back | 10 Oct 2003 14:47 GMT | 1 |
Can I link a form in outlook to an Access DB on a local server and if so how? Your help is so appreciated. If so, again, can I copy the form already in Access db
|
| EntryID | 10 Oct 2003 14:45 GMT | 3 |
I need to know if there is any field in an outlook element that be different to the others (I'm working with Note and pots elemets). I try to work with EntryId, but its too large ( I may export it to an
|
| Send email via Outlook code not work for OL2002 | 10 Oct 2003 06:32 GMT | 2 |
I have found a problem with my VB6 application after moving to OfficeXP. If Outlook is not already started, following VB6 code will fail. Outlook 2000 has no problem in executing the code and complete the
|
| Outlook Notes Question | 09 Oct 2003 22:35 GMT | 3 |
Does anyone have a good source for information about the Notes feature in and Exchange environment. I'm setting up a public Notes folder and would like to do some custom stuff such as a template form and setting the color based on who created the note.
|
| Customizing Folder List | 09 Oct 2003 22:33 GMT | 1 |
Is there any way (programatically or otherwise) to customize the Outlook folder list so that it can list Outlook Today, inbox, etc. along with the file system (i.e. "my computer") at the same time? That way you could drag attachments into a file folder easily.
|
| define views | 09 Oct 2003 21:33 GMT | 1 |
how we can define views for outlook programatically use them ? Thanks, Shashi
|
| VBA code in the "New Message" window | 09 Oct 2003 21:26 GMT | 3 |
I'm looking to write some VBA code that does the following (I've done allot of VBA in Excel by not sure where to start in Outlook): In the "New Message" window the user should have the ability to Open a form that contains a drop down list. This can be done via a new menu item or a
|