| Thread | Last Post | Replies |
|
| Convert a message class | 05 Nov 2006 19:38 GMT | 1 |
Our application has a custom form developed using IPM.Appointment. The user opens the custom form, fills in the custom Attributes and forwards the appointment to a shared calendar. Outlook converts the IPM.Appointment.xxxx class to IPM.Schedule.Meeting.Request class once the ...
|
| Regular expression search in Outlook with Extended MAPI | 03 Nov 2006 18:28 GMT | 1 |
I'd like to search for e-mail in the Outlook folder with Extended MAPI and the Redemption library (in C++ or C#). I tried restricting with kind RES_PROPERTY and RELOP_RE for regular expressions search, but this never matches anything; whereas with RELOP_EQ I
|
| Explorer closing before Item Add event fires?? | 03 Nov 2006 15:22 GMT | 3 |
I have some VB code which I have recently started to modify and am getting some wierd behaviour I cannot debug - I wonder whether anyone can suggest any causes? In the live version of the app, I trap the AppointmentItem_Write event, then
|
| Moving sent items instead of copying them to "Sent items" folder | 03 Nov 2006 12:47 GMT | 3 |
Dear Friends, Please help me with this problem: I use OL 2003 and I need to move the sent items based on the acoount through which they are being sent. I have to mention that I have 3 accounts as well.
|
| Open and run Outlook from Excel automatically | 02 Nov 2006 22:40 GMT | 7 |
I am trying to open outlook from excel with Inbox as the default folder and use the Task to fire a reminder. In the remainder event of outlook I am opening an excel sheet selecting some cells and sending out an email. I am not sure if this is the best way to do it, but since I ...
|
| Run A SCRIPT - Select Script EMPTY | 02 Nov 2006 22:36 GMT | 1 |
I need to download attachements from incoming mails and have a Macr script to do the job. The macro seems to be working fin independently. I am able to execute it from TOOLS--Macro from (Outlook 2003) but I a
|
| Macro to display Internet headers | 02 Nov 2006 18:28 GMT | 2 |
To see the Internet headers (especially any X-headers) of a mail message you have to use View/Options and even then they are displayed in a small scroll box. I have thought of writing a macro that would display these headers
|
| Outlook 2003t: Modifying access right | 02 Nov 2006 18:27 GMT | 1 |
I want to set specific right to a folder Any should read write in Item by script in a form but without allowing to these users to see the folder or the item using Outlook (outlook browser the left Area ' I don't know how U call it in english)
|
| Outlook 2003 Sript: Finding & Opening Items | 02 Nov 2006 18:21 GMT | 2 |
How can' I open a note (in public folder) knowing it entryId (first verify that the Note Exist than ope it) I know how to go to the wanted Folder and create a new Note but I did success to open the desired Note
|
| determining Senders smtp address | 02 Nov 2006 18:18 GMT | 4 |
I am trying to obtain the smtp address of a message selected by our Servicedesk staff using the code: Set objOutlook = CreateObject("Outlook.Application") Set objActiveExplorer = objOutlook.ActiveExplorer
|
| Outlook Application Error | 02 Nov 2006 17:59 GMT | 4 |
with this code(VB6) I receive an error message: Dim objOutlook As Outlook.Application Dim objOutSpace As Outlook.NameSpace Dim objOutFolder As Outlook.MAPIFolder
|
| Find Calendar Item from Location | 02 Nov 2006 12:13 GMT | 3 |
I have read the posts regarding finding by location - i can get my code to work by looping through each item until i get to the correct record however i cannot get the code to the record. I am probably missing something vey simple but cannot get this to work.
|
| Macro button that saves the email I'm reading to c:\outlook as .ms | 02 Nov 2006 10:47 GMT | 6 |
I want to: 1) open an email that's in my inbox 2) read the email 3) decide that I'd like to copy this email to a c:\outlook folder in Windows
|
| Performance problem by accessing the folder collections | 02 Nov 2006 08:20 GMT | 6 |
I am using the following VBA function: Function FindOrCreateFolder(inputFolder As Outlook.MAPIFolder, folderName As String) As Outlook.MAPIFolder Dim curFolder As Outlook.MAPIFolder
|
| create a Outlook macro which will check for non arrival of mail | 02 Nov 2006 08:04 GMT | 3 |
I have a reporting tool which sends a mail after the report ran successfully. I want to write an Outllok macro which will check to see if all the mails were received by 5 am and if any one did not arrive, will send an alert mail to a user with the name of the report that did not ...
|