| Thread | Last Post | Replies |
|
| MailItem Flag Disappears | 31 Jul 2003 21:14 GMT | 1 |
I'm experiencing something unusual while trying to flag messages. I'm doing something like (in vb.net): Dim olPreItems as Outlook.Items Dim olPreItem as Outlook.Mailitem
|
| Can I convert this simple outlook 2000 macro to run via a form ? | 31 Jul 2003 21:11 GMT | 2 |
I have the following outlook vba macro code Set olkApp = CreateObject("Outlook.Application") Set myExplorer = olkApp.ActiveExplorer myExplorer.ShowPane olFolderList, True
|
| SPAM removal | 31 Jul 2003 18:38 GMT | 3 |
Hey All, I'm trying to figure out how to delete an email based upon it's sender when it arrives, the problem outlook has is that when you create a "rule" to do this job, it could potentially mistake an email that you
|
| How to send a taskassignement without triggering outlook-security | 31 Jul 2003 15:22 GMT | 2 |
When I try to assign a task to another person with the following code, I run into an outlook security dialog, where I need to allow access to my mailbox. objNewTask.Assign objNewTask.Recipients.Add ("User")
|
| Subject had bad chars for file name | 31 Jul 2003 15:05 GMT | 1 |
I'm saving email items to .msg files, using the subject as part of the file name. Characters such as "?" are invalid for file names -- what's the usual remedy for this? Is there an easy way to remove/replace all invalid characters in a string? TIA, -jcf
|
| Retrieve all MessageClasses in a folder | 31 Jul 2003 14:31 GMT | 3 |
Hi NG, how do I retrieve all messageclasses contained in a folder using the Outlook Object Model? Since now I read all items and saved its messageclass to a list.
|
| User Defined Fields | 31 Jul 2003 12:24 GMT | 3 |
I added 4 textbox and 2 command buttons to a custom outlook(2002) form. The textbox will have validation code on them and are bound to user defined fields, and the command buttons will open a form to search for a Client No and are not unbound.
|
| Automated adding of views and categories | 31 Jul 2003 10:00 GMT | 7 |
I must create a script which adds categories and views to the calendar in outlook. I want to have as much compatibility as possible(97,2000,2002,XP). My first approach is to deploy a .pst-file. So I created one with outlook97.
|
| Adding to Outlook VBA programatically | 30 Jul 2003 23:43 GMT | 1 |
I have a little code I need to install to the Outlook VBA. I can do it manually by going to Tools,Macro, Visual Basic editor, Microsoft Outlook objects,This outlook session. I install the code I need here. Everything works manually Does anyone have a clue how to do this
|
| rules.dll anyone? | 30 Jul 2003 19:45 GMT | 2 |
Compiled and downloadable to be used under XP. Links to some documentation? Thanks
|
| Outlook OFT format | 30 Jul 2003 18:55 GMT | 1 |
I have stored a lot of .oft forms on disk(with vb script). I need the fields and values from the forms. Has someone the format specs of the oft fileso I can get the values without using the Outlook object model.
|
| Printing an Outlook form | 30 Jul 2003 18:14 GMT | 1 |
Any and all help is appreciated. I have created an Outlook form that has compose and read views. I want the form receiver to be able to print out the form when he gets it. Currently, when I hit print, the results are a
|
| notify if identified recipient has not open the message | 30 Jul 2003 15:31 GMT | 1 |
I would like to check if we can have our outlook notify the sender of an e-mail if the identified recipient of an e-mail has not open the message within a predetermined time (most probably 1 or two hours).
|
| Blank subject / to / sender fields | 30 Jul 2003 15:29 GMT | 1 |
I have found the following code that runs as a macro to delete all mail that has a blank subject, or to or sender field (i.e. SPAM). My problem is, that when the deletion routine activates
|
| Automated Email Messages from Excel w/VBA | 30 Jul 2003 15:21 GMT | 1 |
Hi - the routine below sends an email message on behalf of outlook from MS Excel. Every time it tries to send an email a message in outlook pops up saying that another application is trying to send an email on outlook's
|