| Thread | Last Post | Replies |
|
| Problem working with foldere below inbox | 09 Jul 2003 20:41 GMT | 1 |
I am writing a function to process a folder that is a sub-folder of "Inbox." I can identify inbox and work with it, using the following code. However, I have been unable to obtain a list of folders, and cannot figure
|
| Newbie: Accessing the current mail item from VBA | 09 Jul 2003 20:38 GMT | 1 |
I've added a macro to a button on the toolbar for mail items. When I press the button the macro is run. So far I've only got a: Msgbox "Hello World!" I want to access the mail object where the button was pushed through VBA,
|
| Outlook 2003 Beta 2 ItemAdd_Event not triggered properly | 09 Jul 2003 18:24 GMT | 1 |
Hi Sue, I'm not concerned with its class property. What I know is that by sending the first email, itemAdd event from "Sent Items" returns me a __ComObject that I cannot cast it to a MailItemClass object. Then for subsequent
|
| Automating Emails | 09 Jul 2003 18:23 GMT | 1 |
I developed a macro within Excel that automatically emails a file to specified recipients depending on the content of a cell. This has worked great until I upgraded to OfficeXP. Now I get a dialog box coming up asking for
|
| Outlook security patch for MAPI | 09 Jul 2003 13:50 GMT | 1 |
I am using MAPI in VB to send email to users based on the email ID in one Excel file. The problem is that Outlook security message popup for every email to ask " A program is trying to access e-mail
|
| No Programming Changes | 09 Jul 2003 13:50 GMT | 1 |
Is there any way a form can 'stop' working even if the code in the form hasn't changed? I've created a form and rolled it out to my company, but now that people are accessing it I'm getting old errors I previously rectified.
|
| List of open/active mailitems | 09 Jul 2003 08:38 GMT | 1 |
I need to make a reply to a mailitem in the users inbox, and would like to give the user a list of mails, to select the mail to reply to. Normally I would go through the inbox, and just make a list of mails there, but since some users have a lot of mails in the inbox, I would ...
|
| mail statistics | 09 Jul 2003 08:16 GMT | 1 |
I want to count mails fulfilling certain criteria. I believe a lot of people do this for statistic purposes, but I was not able to find any hints on this on the web. I hope you can give me a push in the right direction.
|
| Logon script to start outlook | 08 Jul 2003 18:38 GMT | 1 |
How could I create a script in the users logon.bat script that would start outlook automatically?
|
| GPF in EXSEC32.DLL | 08 Jul 2003 18:30 GMT | 1 |
I've just installed the latest Office 2003 Update from the web and noticed that my application now crashes in EXSEC32.DLL. The following MAPI call to retrieve all properties causes
|
| Outlook 2003 Beta 2 ItemAdd_Event not triggered properly | 08 Jul 2003 18:05 GMT | 1 |
I'm not talking about meeting request or a task request. I know that I sent a mail item, but the event wasn't triggered properly. Please read my question carefully. Thanks. Regards,
|
| Make my modules available for others | 07 Jul 2003 22:17 GMT | 1 |
I wrote a set of forms and modules and they work well. Now I want to make them available for all the people in my department. How can I do that? I would like to avoid any action that has to be done for each
|
| How to programmatically catch selected text? | 07 Jul 2003 15:47 GMT | 2 |
Assume some text is manually selected (highlighted) in the preview pane, is there any programmatic way to catch it to assign it in order to a variable? If not, is it at all possible in an "ActiveExplorer" or "Inspector" object? Thanks for your guidance,
|
| export to access | 06 Jul 2003 23:14 GMT | 1 |
I am building an application for a network. Part of the application requires a public contacts folder in outlook to be searched from an ASP page. I found the easiest way to do this was to export the contacts to an Access
|
| Recurring message with attachment | 03 Jul 2003 15:38 GMT | 3 |
I followed this MS article to create a recurring email: http://support.microsoft.com/default.aspx?scid=kb;en- us;239087 It works great, but now I want to also include an
|