| Thread | Last Post | Replies |
|
| VBA code for moving attachment | 23 Feb 2004 06:17 GMT | 4 |
I have some experience with VBA macros in Excel but none in Outlook I need some code lines to move or copy an attachment to a given system folder. The code would be called by a rule. This part I have already sorted out.
|
| Setting the Account of a created email | 22 Feb 2004 23:56 GMT | 1 |
I'm using a script to create a new email and display it for further editing and sending. But I want to pre-select a certain account so I don't have to do that manually. (I use accounts to manage the fact that I have a few different email addresses for different purposes. I can't ...
|
| Contact Items | 22 Feb 2004 03:52 GMT | 2 |
I have just about completed a Contact Folder application. However I can not find Notes as a contact item. I would be grateful if some one woul tell me how to access it Roger Stenson
|
| Attachments on User's page | 21 Feb 2004 16:24 GMT | 1 |
1. I have my form(based on mailItem) and for some reason I hid default Message Page and create user's page where I created all controls connected to user Fields need (Body, Subject). That all
|
| User's form is lost mailing... | 21 Feb 2004 16:14 GMT | 1 |
My user's form(based on mailItem) working fine on my computer. But whe I tried to set it on computers of my users it appears: on two computers which mail was configured to work through Exchang Server mail was sent but received not my
|
| Newbie: How to sort by user-defined fields in calendar? | 21 Feb 2004 16:12 GMT | 1 |
I would like to have Outlook2002 behave like the following: In the standard calendar view (or a custom one) show the tasks sorte by an user-defined field/column. I found a usenet message indicating objFolder.Items.Sort as a possibl
|
| find method | 21 Feb 2004 15:13 GMT | 1 |
set oContact = oItems.Find("[business fax]=(888) 555" & Chr(45) & "2235") set oContact = oItems.Find("[business fax]=(888) 555-2235") set oContact = oItems.Find("[business fax]=(888) 555" & "-" & "2235") all three give error: unable to parse condition. error ar "555"
|
| Access - Outlook | 21 Feb 2004 10:02 GMT | 2 |
I am trying to access certain Outlook97 command bars from Access97. My aim is to programatically change Outlook's Reminders "Play reminder sound" value to switch off reminder prompts. This means navigating through
|
| automatic BCC using Redemption and VBA - only works sometimes | 21 Feb 2004 01:58 GMT | 2 |
I am trying to get Outlook 2000 to automatically bcc a specific address on all outgoing email. I started with the VBA script shown on the Slipstick web site (http://www.slipstick.com/dev/code/autobcc.htm), then modified it to
|
| Using a non-default pst in Outlook AdvancedSearch | 20 Feb 2004 23:54 GMT | 1 |
I can run AdvancedSearch using a scope of (for example) "Inbox", which has a folderpath of "\\Personal Folders\Inbox", corresponding, I guess, to the outlook.pst file. I have imported a large number of messages to another pst file, but
|
| CDO 1.21 and Outlook | 20 Feb 2004 21:42 GMT | 6 |
I've got some code that creates a MAPI.Session object and then logs on to the Exchange mail server: Dim oSession As MAPI.Session Set oSession = New MAPI.Session oSession.Logon ProfileName:="MS Exchange Settings", NewSession:=False
|
| Set value of contact field based on another field. | 20 Feb 2004 21:22 GMT | 4 |
I'm working on a custom contact form. I want to have a check box field and a date field. When the user checks the box, I want to update the date field with the current date. I have both fields in the form. Since I'm new to Outlook development, I'm struggling with how to code ...
|
| DAO with OLXP | 20 Feb 2004 21:19 GMT | 1 |
Ken, im sorry, but am i being really think? from your comment i assume i make a connection to JET the populate the combo box with the result set. although i
|
| Unique Status of Items that have been copied from the "Deleted Items" folder | 20 Feb 2004 19:28 GMT | 1 |
I have a client that wants the "Deleted Items" duplicated to other calendars so that the lawyers can see the tasks that have been removed from the Tasks folders and the appointments that have been cancelled. In the Deleted Folders, you can clearly see which items were tasks and ...
|
| How to tell if Word is the email editor? | 20 Feb 2004 19:27 GMT | 3 |
Is there a way I can tell if Word is the email editor being used for a new email or if it's something else? I catch the open event (NewInspector) and then need to know if this is a Word editor or something else. Any way to do this Thanks.
|