| Thread | Last Post | Replies |
|
| Displaying HTML returned from a URL inside Outlook | 20 Sep 2005 22:15 GMT | 5 |
I want to display some HTML returned from a URL inside Outlook. I have some thoughts on this. Tell me if I am correct. If not, please point me to the right direction. I would get a reference to the currently active explorer object using
|
| Marco to move files and mark as read | 20 Sep 2005 06:46 GMT | 1 |
1) I can move items to a different folder under Inbox directory but how can I move them to a directory on the same level as the Inbox. 2) How do I mark thess files as read at the same time as I move them. Below works for the move but not for a directory on the same level as the
|
| "Rules and Alerts" script does not fire | 20 Sep 2005 03:40 GMT | 2 |
I created a test script and built a rule to fire the script on all messages. It still does not seem to fire. When going to "Tools"->"Rules and Alerts"->"Run Rules Now", the description of the rule says:
|
| copying access fields into outlook subject line automatically | 20 Sep 2005 00:56 GMT | 1 |
Hello; I need to automate my main access 2000 patient registration form. I would like to input the patients appointment along with their name and have this data
|
| Hidden VBA code for Outlook | 20 Sep 2005 00:30 GMT | 1 |
I would like to undertake something that I don't even know is possible. Is there a way to send a module to Outlook users that they can use in their Outlook application. It would need to either be precompiled or password protected so that they could use the procedures in it without ...
|
| what is the yahoo mail , URL ? | 19 Sep 2005 20:29 GMT | 1 |
should I use a pop3 acount , when my mail server is yahoo ??? thx
|
| VB to set Outlook Defaults (Tools | Options) | 19 Sep 2005 20:03 GMT | 2 |
Can someone point me to a website or provide sample code for setting default options for the items under Tools | Options on the Mail Setup, Security and Other tabs for Outlook 2003 using Visual Basic. Thank you.
|
| setting the "To" property for a mailitem | 19 Sep 2005 13:49 GMT | 1 |
I am trying to automaigicly send project schedules to program managers from a macro. I have been able to set the subject, body, cc and bcc fields. but i cant se the to field. here is a snipet OL_mail.To = "Roman.Rycerz@Motorola.com"
|
| Import to custom contacts form | 18 Sep 2005 21:09 GMT | 1 |
To "change the form used by existing items in a folder", the help menu suggests changing the message code thru VBA. I copied the code to a new project but I'm not sure how to execute/implement this?? I am not familiar with VBA - please help!
|
| How did a NOTE get in my Inbox? | 18 Sep 2005 21:08 GMT | 9 |
I am using Outlook 2002 (xp) on a Windows 2000 Pro SP 4 platform. This Outlook 2002 installation is part of a semi-automated mailing list system that I have put together. There is some VBA running with Outlook, and I have recently run into a situation that causes my VBA code to ...
|
| Finding Calendar Items | 18 Sep 2005 02:28 GMT | 4 |
I'm using a For...Next loop to sequence through each of the Appointments in the Calendar. Set myNameSpace = myOlApp.GetNamespace("MAPI") Set myFolder = myNameSpace.GetDefaultFolder(olFolderCalendar)
|
| Trouble creating an Error Handler correctly | 16 Sep 2005 21:19 GMT | 8 |
OL2003 In creating a custom Required Category Form (using Sue Mosher's original code, modified) I am tyring to create an Error_Handler to fire a Message Box if the user doesn't select 3 of the required categories. I'm not sure if I
|
| CreationTime property | 16 Sep 2005 20:53 GMT | 4 |
The CreationTime property on the MailItem object is not as I would have suspected, ie the date/time that the email was created. The CreationTime is after the sent/received time. I have tried on a number of different inboxes /versions of Outlook and
|
| Synchonize Mailbox with a other mailbox with eventsink | 16 Sep 2005 18:09 GMT | 1 |
i would like to ask, if anyone have a solution - with a thirdparty programm or a selfwriten Eventsink, to synconize one Exchange Onlinemailbox with a other Exchange Onlinemailbox. Our envirement is Exchange 2003 /Sp1 with outlook 2003 / Sp1 on Windows XP
|
| Word as Editor with Legault Code | 16 Sep 2005 17:38 GMT | 1 |
Windows XP Office XP Mr. Legault posted a random fortune generator that works wonderfully for me, but I would like to use Microsoft Word as my email editor. When
|