| Thread | Last Post | Replies |
|
| Outlook 2002 VBA code. | 31 May 2007 16:42 GMT | 3 |
New to coding and need to write script for saving Outlook 2002 (sp3) e- mail as seperate HTML Files. I feel like I am pretty close, but keep getting a "Runtime Error 91". What am I missing? Sub GetFolderContents()
|
| Global Variables/Session Variables | 31 May 2007 13:11 GMT | 2 |
I am developing code which runs on the Application_ItemSend event. I would like to be able to capture information when the event is triggered and then later recall the information the next time the event is called. I seem to recall that in other versions of VBA, there is GLOBAL ...
|
| if code | 31 May 2007 05:43 GMT | 1 |
I've become so use to making if statements for custom fields, I forgot how to make one for a non-custom field! Here's what I use now for a custom field: if Item.UserProperties("DrawingStage") = "New" then
|
| Can someone post a VB snippet to change some form settings? | 30 May 2007 18:42 GMT | 1 |
We have a custom form with a few check boxes and a couple entry fields. I need some VB code that will set a couple of the check boxes to true and then put a date in an entry field. Does anyone have a code sample that can do this? How do I reference the currently opened message ...
|
| need help with vba code to input data on certain date and move to next cell for the following date. | 30 May 2007 16:45 GMT | 1 |
I need to grab data from a pivot table on a worksheet in the same workbook and display it in cells on a different worksheet. (keeping the data static)
|
| Setting meeting times from custom form data | 30 May 2007 12:49 GMT | 3 |
I have a custom form that has a [TextBox9] where I want the user to input the current date ex: 06/01/2007 On click the form will send out a bunch of meeting requests but I am having a hard time getting a customized date to work.
|
| Runtime Error 13 - Type Mismatch | 29 May 2007 23:28 GMT | 1 |
I've developed some code that will alter the subject line of an email message selected in Outlook Explorer view based on a button clicked on a custom toolbar. I've succesfully delivered the code to 3 out of 5 user machines that
|
| Few questions about VBA in outlook -difficult. | 28 May 2007 21:18 GMT | 3 |
I have two minor questions about outlook macro’s or VBA code: 1/ I have two mailboxes: one shared for my bureau, and one personal mailbox. I almost never check the bureau-mailbox, but sometimes it contains important
|
| [OL2003] VBA basic functions suddenly disappeared ??? | 28 May 2007 11:07 GMT | 1 |
Hi NG, I have surprisingly run into the phenomenon that VBA basic functions for OL2003 such as Str(.) and Chr(.) are not available any more. I checked whether it is the same for EXCEL: No, every basic routine can
|
| Stop Security Madness | 27 May 2007 13:33 GMT | 1 |
I am trying it get the following code in Access to call Outlook and send a bunch of emails. Each one is different for each of the recipients and it can be for one to 50 or even more. I would like to bypass the Outlook security, preferably not using on of the 3rd party products ...
|
| Converting Mime to Mapi using iConverterSession | 27 May 2007 08:38 GMT | 6 |
I am in a crunch to convert internet mail .eml files to mapi .msg files in .net, using c#. I read about iConverterSession in the outlook 2003 api, but I can't seem to find enough information or any sample code on how to proceed. Can anyone point me in the right direction in ...
|
| Outlook 2007 - Getting Note Body | 27 May 2007 01:35 GMT | 6 |
With Access & Outlook 2003 I had Access code that read through the Notes folder with Dim fldFolder As Outlook.MAPIFolder Dim objItems As Items
|
| "Report.IPM.NOTE.NDR" retrieve actual recipient that NDR has been set to | 26 May 2007 00:54 GMT | 7 |
Could you guide me as to how I may be able to retrieve the actual e- mail address that sent the NDR and and recipient the NDR was sent to. I am able to retrieve the recipient who did not get the original e- mail and for whom the NDR is generated.
|
| email to members of distribution list with INDIVIDUAL file attachm | 25 May 2007 19:20 GMT | 1 |
Hi community: Every month we have to send an email to 40 recipients (restaurants). The email body is the same, but the attached file (or files) is different (each recipient gets individual file). The files to be attached all sit in one
|
| Archiving Emails | 25 May 2007 14:34 GMT | 2 |
Is there a way to move all messages in my inbox to my personal archive folder into a subfolder with the email name that each email is from (if it doesn't already exist).\ I am pretty proficient with VBA in MS Excel and have dabbled with VBScript,
|