| Thread | Last Post | Replies |
|
| Not to show window for confirmation of sending message? | 25 Feb 2004 13:36 GMT | 1 |
I create and send MailItem by Send method. Is it possible not to sho window for confirmation of sending message if I know that this mail is sent programmatically me and tha is not a virus
|
| Where is CDO.DLL? | 25 Feb 2004 12:25 GMT | 1 |
CDO 1.2 has two libraries: cdo.dll and cdohtml.dll, but I can't find them. In win.ini file there is "OLEMessaging=1". I installed windows 2000 on my computer. Who can tell me what should I do to install cdo.dll and cdohtml.dll?
|
| Distribution List Resets Problem | 24 Feb 2004 22:00 GMT | 5 |
I've been writing a script that is run by the rules wizard when a incoming email has 'Subscribe' in the subject. The script gets th sender name for the email and adds the sender to a distribution lis called 'Lacota' in this case. This works fine ... the problem occur
|
| Macro as a Rule | 24 Feb 2004 21:47 GMT | 3 |
Sorry for my bad englis I done a macro that save attachments from email to "My Folder", but i want that macro will be execute every time a mail arrive into my Inbox as a rule It's impossible
|
| jmf in COM add ins... | 24 Feb 2004 21:36 GMT | 1 |
i have to make an add in...in outlook..and i need to use java medi framework classes....for processing media attachments.....can i d tht??? basically i think i have to build a COM add in and use JM here....do i make any sense...can anyone help me??? pls help..
|
| Fortune Cookies for Outlook | 24 Feb 2004 21:29 GMT | 1 |
I am thinking of adding a random quote of the day at the bottom of my mail automatically. Is there a ready component in Outlook that already does this or if I were to write it myself, where should I start Thanks Cheers LYS
|
| Exists FileDialog in VBA OutLook? | 24 Feb 2004 21:05 GMT | 1 |
If in VBA OutLook exist functions or class for choosing files on disk like FileOpen... In a book on VBA I found example : Dim Fd As FileDialog ' GET ERROR "Compile Error: User defined type
|
| Closing Outlook Programmatically | 24 Feb 2004 20:56 GMT | 1 |
I've got a script that deletes the Outlook address cache file, but I need to close Outlook before I can do this. The powers that be want the enitre process automated, so I need to close Outlook from the script. Closing the app is not a problem, but is there a way to supress the ...
|
| A button to move selected message from one public folder to another | 24 Feb 2004 20:48 GMT | 1 |
I am looking for a way to add a button to Outlook toolbar that will move selected message from one public folder to another one. I know I can right click it and then select the appropriate folder, but this just leads into to many errors with my users.
|
| Item.Save is giving Error 287 Application or Object Defined Error | 24 Feb 2004 20:06 GMT | 1 |
h my VB6 app which integrates with Outlook 2000 is running fine on my development workstation (W2K SP4) but on the clients machine running Outlook 2000 and XP I get the above error doing an Appointment Item Save. Also note - from another VB Form in the same app I set the same ...
|
| using ".send" without getting a warning message | 24 Feb 2004 19:58 GMT | 1 |
When I try to send a bulk of emails by running using the .send method in a macro, a get the following message: A program is trying to automatically send e-mail on your behalf.
|
| Have Programmically Created new Button for Macro, but does not execute | 24 Feb 2004 18:56 GMT | 2 |
I have created and added a new button to the Standard CommandBar using a setup macro. Clicking it does not execute the assigned macro. If I create the same button through Toolbars|Custom, I can click it to execute the macro. I have examined both of the Item Collections, and, ...
|
| MailItem: MAPI properties for .DownloadState, .MarkForDownload, .RemoteStatus | 24 Feb 2004 18:33 GMT | 1 |
Which MAPI properties are equal to the MailItem members .DownloadState, .MarkForDownload, .RemoteStatus
|
| Load and Unload Problem | 24 Feb 2004 17:12 GMT | 3 |
i have written an addin in VC++ to add a new button in the Standard Toolbar of the Inspector Window-the window which appears when u double click on the message in the inbox.The button is added successfully but as soon as i close this window the button doesnt appear again...i have ...
|
| In Outlook Set New Task check box "Send me a status report When this task completed" | 24 Feb 2004 16:56 GMT | 5 |
After I assign a task I need to check off the Send me a status report When this task completed" How do I do this ? from VBA
|