| Thread | Last Post | Replies |
|
| Delete ContactItems without going into DeletedItems/Trashcan | 12 May 2006 20:20 GMT | 1 |
I have a smal program that add contacts from a database to a Contact Folder i Outlook I start with deleting all contacts that have a certian attribute and everything else works fine..
|
| BCM Linked Record | 12 May 2006 19:17 GMT | 4 |
Does anyone know what member of the TaskItem is used for the Linked Account or Business Contact? I don't mean the Contacts Link at the bottom of the task form which uses the Links property. I'm trying to build a routine that will get the linked account or business contact and ...
|
| VBA Editor opens when unlocking computer | 12 May 2006 18:49 GMT | 1 |
I've put a small bit of code in the OutlookSession object for a Rule I've wrote to reply to an e-mail. Ever since I've set this up, the VBA Editor window opens as soon as I unlock my computer (using Ctrl+Alt+Delete). I do not have any breakpoints defined in my code (I've even ...
|
| attachment delete problem | 12 May 2006 18:28 GMT | 4 |
the following code is called from whithin an Excel VBA module. It works fine but it leaves an attachment that should not be left, its name does not start by "Situ". The attachment that is left is a workbook .xls that I click on and then run
|
| create pdf file from vba | 12 May 2006 14:26 GMT | 3 |
I've code right here that create a pdf from any document and merge it to another existing pdf. My only problem is that when I use the function >>>>> avFormCapture.Open "", "" <<<<< to create the pdf, the files is opened. Is there way so nothing open or instead just some kind of ...
|
| If you need to open, read, print, or convert Outlook based MSG files.. | 12 May 2006 06:37 GMT | 3 |
You should check out the MSG File Library from Priasoft. http://www.priasoft.com/exchangemigration/products_msg_main.asp Hope this helps you as it did me when you get backed in a corner with an undocumented file format.
|
| Not able to add default Signature | 12 May 2006 06:32 GMT | 5 |
I am using the following to send an email from Excel. I would like to add a signature to the email. I have a signature for the default email account and another one, identical, named "Default Signature" but no signature comes up.
|
| Execute rules with a macro | 11 May 2006 21:50 GMT | 1 |
is there any way to execute rules with a macro? First I want to read all new mails an then klick a button to move them to other folders by the defined rules. G.
|
| Programming OUTLOOK ARCHIVE location | 11 May 2006 17:43 GMT | 2 |
I want to set a policy, script or registry hack to automatically program my user's OUTLOOK ARCHIVE location to a network share, but I'm drawing a blank. I need it set to X:\OUTLOOK ARCHIVES\%USERNAME%.ARCHIVE.PST
|
| Grab when user saves a form. | 11 May 2006 13:49 GMT | 1 |
All, I would lige to "grab" when the user saves a form, that way I can validate the input before the actual save. Can anybody help me?
|
| delete message from a folder every week | 11 May 2006 05:45 GMT | 1 |
I'd like to create a add-in for outlook xp 2002 using vba (vb6) which delete e-mail older than 1 week. Is this possible ? If possible can u please tell me where to start ? Thanks in advance.
|
| Creating an Outlook MailItem when Outlook hasn't been opened | 10 May 2006 23:41 GMT | 1 |
This is a mystery to me! If I run the below code from an Excel module when Outlook is shut it throws a error: "Run-time error' '-214787037 (80030003)' Internal application error"
|
| Which Mailbox is active? | 10 May 2006 23:40 GMT | 1 |
I have my own Mailbox and i open additional other Mailboxes in Outlook 2000. I have to know in which Mailbox im Working. I've tried the Application.ActiveExplorer.CurrentFolder.Parent.Name command. But if im in a second subfolder i don't get the mailboxname.
|
| Error after Norton Internet Security 2006 | 10 May 2006 19:51 GMT | 1 |
I cannot open the macro editor within Outlook. When I click Alt+F11, or Alt+F8 or I click on Tools->Macro->Macros nothing happens. Before, after installing Norton Internet Security 2006 (NIS 2006), I could not create an Outlook mail item with VBA. The only way to fix it was to
|
| Cannot open Macro Editor | 10 May 2006 19:48 GMT | 2 |
In Outlook: When I press Alt+F11 nothing happens When I do: Tools, Macros, Macro nothing happens. Also, in Excel, when I place the cursor on objMail and press F1 it says
|