| Thread | Last Post | Replies |
|
| Delete one contacts folder specify and import | 14 Aug 2006 05:49 GMT | 3 |
Somebody have some idea, code or macro for delete one contact folder specify and after import the same contact folder of one contact folder outer or pst. Thanks
|
| Contacts to Excel | 13 Aug 2006 16:32 GMT | 3 |
I have a vba macro which extracts custom contact fields from Outlook and adds to an Excel spreadsheet (Helen Fedemma Code 41). Outlook and the Excel file are on a Windows 2003 server. The macro works fine on 4 workstation but fails with an Error 91-Description on one
|
| printing | 12 Aug 2006 18:47 GMT | 3 |
I have this bit of code that opens the file, prints it, and close it: objDoc.Application.Options.PrintBackground = True objDoc.PrintOut objDoc.Close wdDoNotSaveChanges
|
| Custom Form + Outlook + Workflow Designer | 11 Aug 2006 22:18 GMT | 1 |
We here are running a very indepth workflow / outlook form for a project, but we're running into a problem with setting the default contact item list within the form. We've tried a few ways and each one of them brings us back to the same
|
| Verify Email Addresses | 11 Aug 2006 18:03 GMT | 1 |
Hello; I am trying to validate a list of email addresses in EXCEL against the address book in outlook. Any help would be much appreciated.
|
| append text at specific location in the message | 11 Aug 2006 13:01 GMT | 3 |
Help please. I am using OL 2003. I am very new to VBA. I have no problems adding a text at the end of the body message, but I want to add the text right after the attachment. So if there is an attachment in the middle of the email then I wanted to add some text right there.
|
| How to access the Private property on a Outlook.AppointmentItem | 11 Aug 2006 12:26 GMT | 1 |
In Outlook, I can mark a calendar item as private (bottom right hand corner of the dialog) - Outlook 2000 and Outlook 2003. However, how do I get access to this property using the Outlook 2000 object model for Outlook.AppointmentItem?
|
| Email as of type Outlook.MailItem | 11 Aug 2006 05:55 GMT | 3 |
Outlook 2003 How to programmatically access e-mails in inbox, any users created folders inside inbox or sent items as of type outlook.MailItem Basically, I want to iterate through all the e-mails that are marked with
|
| receiver's e-mail adresse | 10 Aug 2006 23:34 GMT | 7 |
I try to get the receiver's e-mail adresse in a mail but no result ! i got already its name with "item.To". Please help me Thanks a lot
|
| Outlook 2003 Contact Form changes when I try to design it | 10 Aug 2006 23:10 GMT | 2 |
I have not done much form design, so maybe I'm just missing the big picture here, but in Outlook 2003 when I start or open a contact, the contact form has the 2003 look -- the button for a picture, and the notes area is down the right side of the screen. However, when I choose ...
|
| String in msg body | 10 Aug 2006 22:05 GMT | 5 |
Is there a quick way to determine if a string exists somewhere an email's body without having to read it line-by-line? TIA, -T
|
| How to send email in HTML format? | 10 Aug 2006 19:48 GMT | 1 |
I need to send emails to some customers with the main page of the company website showing on the message body. However, my boss doesn't want to attach just the link of the website, he wants the main page showing on the email message body when the customers open the message. Can ...
|
| Redemption - MapiTable : BusyStatus | 10 Aug 2006 18:36 GMT | 4 |
Dmitry, Can you pls assist - I am using Redemption to retrieve a mapi table but getting stuck on the outlook appointment properties like BusyStatus etc. I got the GUID for the property but unsure how to tailor these lines from your
|
| Count dates | 10 Aug 2006 16:13 GMT | 7 |
I have Outllok 2003 running on an Exchange server. I don't normally program VBA in Outlook, only Word or Excel. Is there a way I could do a little macro to count the messages in a folder and produce a list of how many messages are present for each
|
| Save email as text file macro | 10 Aug 2006 16:10 GMT | 7 |
Hi, I have a seperate folders in outlook that receives 3 emails a day, all with the same name but containing different data. I have a macro that looks through the folder, copies the emails as a .txt file and then places them in another folder. This all works, the only thing is,
|