| Thread | Last Post | Replies |
|
| Outlook with Word as e-mail editor (Auto macros) | 07 Oct 2004 22:41 GMT | 2 |
When Outlook opens it automatically disables the AutoExec sub from Word. (Witch builds a custom menu) I've been trying to alter email.dot to call the AutoExec with Application.Run but email.dot doesn't seam to be
|
| Print html mails through outlook ? | 07 Oct 2004 15:16 GMT | 3 |
Hi friends, i am developing a project in VB that prints HTML mails in MS outlook. we are using the Microsoft Outlook 10.0 object library . but the issue is, there is a default header in the printed mails, which shows the current date. I
|
| Printing Attachments | 07 Oct 2004 12:29 GMT | 1 |
Is there away of printing the attachment from an email without opening the email first. I would like to be able to put a button on the toolbar that when pressed will print the attachment from the selected email.
|
| Outlook automation ... Security | 07 Oct 2004 12:08 GMT | 1 |
I've recently performed a windows update of Outlook (2000). It seems to me that with this update came an alert so that when you try and open a journal entry you get a warning message saying "A program is trying to access email addresses you have stored on Outlook.
|
| More question on ItemRemove event | 07 Oct 2004 12:01 GMT | 7 |
From the help file, it states this event does not run when the last item in a Personal Folders file (.pst) is deleted, or if 16 or more items are deleted at once from a .pst file, Microsoft Exchange mailbox, or an Exchange public folder.
|
| Danke Michael Bauer | 07 Oct 2004 07:45 GMT | 1 |
Danke for your reply. I used the "*" because I am use to using "Like ABC*" in Access and thought it would work likewise in Outlook. Simply using "ABC" allowed all my emails starting with ABC to be imported. Vielen Dank.
|
| Extracting certain emails (subject) | 07 Oct 2004 06:38 GMT | 1 |
I have a bit of code that I am running directly in AC2003 to import emails from oulook. Everything works perfectly except that I can not get emails meeting a certain criteria. I need all emails that start with ABC* (see code below). I have tried lots of different possibilities ...
|
| Custom Form in Public Folder | 07 Oct 2004 00:55 GMT | 1 |
I created a custom Form (outlook 2000), and I want to be based on Message ( Mail Item)not Post, so when I fill out the information on the form,then I send it to someone, they can add few things and reply it to sender by clicking
|
| Adding recipients to DistList Item | 06 Oct 2004 18:42 GMT | 2 |
I've been trying to add some contacts to distribution lists programmatically and have noticed that you can only add contacts that have a single "distributable" field (i.e. only one of email1, email2, email3, businessFax, HomeFax, OtherFax, etc. is non-null). Manually, it's easy, ...
|
| Reveiw the VB Code for Macro | 06 Oct 2004 17:23 GMT | 3 |
TO: Sue Mosher or anyone else who can assist me Senerio: I am setting up a macro Ctl Alt+L to forward to John Doe all the items found in Folders named Project1, Project2, Project3.
|
| Link between a contact and an appointment | 06 Oct 2004 16:28 GMT | 1 |
When a new appointment is created, I recieve an itemAdd event.The parameter of this event is an appointmentItem. it's possible to get the names of the persons concerned by this appointment with the links property of the
|
| Review My VB Code for Macro - Outlook | 06 Oct 2004 14:53 GMT | 1 |
TO: Sue Mosher or anyone else who can assist me Senerio: I am setting up a macro Ctl Alt+L to forward to John Doe all the items found in Folders named Project1, Project2, Project3.
|
| How to resolve a "TO" recipient to a contact item? | 06 Oct 2004 14:48 GMT | 1 |
Hi - When the a recipient is added to the To field of the mail item form, I need to get the first "TO" recipient item listed and then retrieve the contact item. For some reason, I can't seem to get the contact. I want
|
| Sharing macros | 06 Oct 2004 14:33 GMT | 3 |
I've created a macro. Now, I wish to share it with (or distribute it to) the employees in my company. I know that you can import files in the VBA editor but they are imported into a new Class. However, they need to be in Microsoft Office Outlook
|
| use of restrict function | 06 Oct 2004 14:31 GMT | 11 |
I am trying to write a filter to use in a restict statement to identify contacts whose subject is missing (i have no idea how this happened, but it did, and it creates problems with the outlook address book). the filter myitems.restrict("[subject] = " & vbnullstring) returns no ...
|