| Thread | Last Post | Replies |
|
| Show MS Exchange "Out-Of-Office Assistant"... | 26 Mar 2004 04:47 GMT | 4 |
is it possible to bring up the "Out-Of-Office Assistant" from my com addin? The only way i know is to send the keys... Is there another way? Thanks Stefan
|
| Programmatically creating Contacts in a Public Folder | 26 Mar 2004 04:46 GMT | 1 |
I am looking to create a list of Contacts in a Public Folder by programmatically pulling them from an Access database. I can create the new Public Folder, and I can pull Contacts from Access into the default Contacts folder in a mailbox... but so far have had no luck creating the ...
|
| Searching through folder w/ Custom Forms | 25 Mar 2004 21:57 GMT | 4 |
Using the following code I get an error once I get to the half way point of the search. There is a custom form used for these items. Every item uses the custom form. The error I get is:
|
| VBA Non-functional after uninstall Outlook 2003 | 25 Mar 2004 21:15 GMT | 2 |
I installed, used, then uninstalled a trial version of Outlook 2003. The preexisting version of Outlook was 2002. All my preexisting VBA worked fine with 2003. I then uninstalled Outlook 2003,
|
| Auto delete spscific folder (when exit) | 25 Mar 2004 16:46 GMT | 1 |
im trying to write ascript the will auto delete a specific folder whe i exit the MS outlook. does anyone know how to do it? 10x
|
| Newbie macro help please.. | 25 Mar 2004 16:43 GMT | 5 |
I'm new to the whole macro/vb things and have a question. I need to copy the contents of a contacts folder in the public folder, to my own contacts folder in my mailbox. How do I do this?? Is it easy?
|
| send/recive button | 25 Mar 2004 16:24 GMT | 4 |
A little bit different than the previous thread. - First Question Is there a way to call from vb the send/recive click.
|
| Collect Data in subject line to use as variable | 25 Mar 2004 15:49 GMT | 1 |
I have written an application with a form in Outlook that connects to a SQLServer and writes a New Work request to a database and emails both the user and myself with details. It appends a unique number and puts this in the subject line. So far so good. Is it possible for a ...
|
| clearing values from a combo box | 25 Mar 2004 14:29 GMT | 3 |
During the operations of using a Custom form, I need to clear the old values from a combo box. I can't seem to find the proper syntax. Can anyone help me out? Thanks!
|
| VBA .send command | 25 Mar 2004 13:02 GMT | 1 |
I have a stand alone VBA application which monitors stock levels and alert via e-mail. Is there any way of by- passing the security in Outlook that requires the "Yes" button to send items. ie is it still possible to automate
|
| Outlook 2003 - Macros not operational | 25 Mar 2004 05:08 GMT | 6 |
When I installed Office 2003 I wanted to retain Access 2000 so I intalled Office 2003 in a folder other than the default folder. The macros in Outlook 2003 were not operational. When I clicked on Tool,Macros,Macros or Visual Basic or Security nothing would happen.
|
| VBasic .NET Driver | 25 Mar 2004 00:16 GMT | 1 |
I don't know if this belongs here, but I couldn't find a better place. I've checked through the Knowledge Base and downloads to no avail. Can anyone tell me where I can find mscoree.dll, and where
|
| Outlook 2003 - Macros not operational | 24 Mar 2004 23:47 GMT | 1 |
Sue, This problems persists no matter what people try. Haven't you seen the more than half-dozen posting concerning this in this forum? It is obviously a bug in Outlook 2003. Please pound Microsoft on the head to fix it. I have been unable to use Macros in Outlook 2003 for ...
|
| how to refer to a service mail box | 24 Mar 2004 22:02 GMT | 4 |
I have written the following code to count and then loop through the items in my inbox Set objOL = CreateObject("Outlook.Application") Set objNS = objOL.GetNameSpace("MAPI")
|
| Mouse pointer | 24 Mar 2004 21:21 GMT | 1 |
I'm trying to get the mouse pointer to change to an hourglass while processing on a form (Outlook 2000), but I can only get it to work when the mouse is over individual controls. How do I get it to change for the
|