| Thread | Last Post | Replies |
|
| VBA in Outlook | 29 Feb 2004 02:23 GMT | 1 |
I am trying to write a code in outlook that can capture the list of all email ids in the Inbox and save to a text file. I used the property expression.SendersName but this does not give complete email address. Is there any other
|
| printing all emails in a folder | 28 Feb 2004 20:04 GMT | 5 |
I have a folder with about 300 emails. I really need to find a way to print all the emails in this folder/ Can anyone help me with this. I dont want to print a list of files but I want to print the emails out that are in
|
| Changing a User's Security to allow Macros to be trusted | 28 Feb 2004 00:30 GMT | 3 |
I have self-certified the macros in VBAProject.OTM. I have copied this VBAProject.OTM to the computers I want to use the macros. The computers are Windows 2K and XP OS and are on a peer to peer network. All computers either have Outlook 2002 or Outlook 2003. After setting ...
|
| CopyTo() does not work on Outlook XP | 27 Feb 2004 23:49 GMT | 1 |
I've written a small vbs to copy a user's Calendar folder to a local .pst file. It works fine on a machine with Outlook 2000 but not on a machine with Outlook XP. Also on the Outlook XP machine, I get a couple of pop-up windows asking if I want to allow some program to access ...
|
| Newbie looking for General information | 27 Feb 2004 21:16 GMT | 1 |
I want to get all tasks names, remove the first two characters and display this list alphabetically without changing the original data in a view similar to the "Detailed List" in outlook. Then when this 'view' is closed the task names would remain the same unaltered names in the ...
|
| MAPI Session Logon Fail when run as windows service | 27 Feb 2004 21:05 GMT | 1 |
I'm trying to write a vb program (.exe) to auto send emails (with excel file as attachment) to an exchange server (which connects to a fax server so that the excel files can fax out) (I know I need redemption to bypass the outlook warning message)
|
| How to trap NewMail event in VB.NET COM Add-in | 27 Feb 2004 20:55 GMT | 1 |
I'm writing a VB.NET COM Add-in for Outlook 2002. I have to trap NewMail event in this add-in and store information about just received email (4 example Topic) in the file. Any examples, solutions, advices? I read about problems with handling this event in COM Add-ins (problems
|
| Custom view grouping on contact owner | 27 Feb 2004 20:45 GMT | 1 |
Could anyone give me a few hints on how to achieve the following: Our custom contact form has a listbox that shows who's the owner of the contact (It can be several persons).
|
| Automate importing .pst file | 27 Feb 2004 19:57 GMT | 1 |
I have a client who has requested a macro to automate importing a .pst file from their server into a contacts folder. They do not run exchange so can't use simple methods.
|
| Auto Send via Word VBA | 27 Feb 2004 19:50 GMT | 1 |
Is there anyone out there that can help me with the following problem. I have a VBA form in word in which i want the user to type in a mobile number and the text message itself. When the
|
| Limited Access to Public Folder | 27 Feb 2004 19:38 GMT | 3 |
I am creating an app in Access that does scheduling for a doctor's office. In addition to saving the appointment info in our database, we save the appointment in an Outlook Public Folder which we want to be viewable by anyone using Outlook but can only be changed and updated via our ...
|
| add text at cursor position | 27 Feb 2004 19:25 GMT | 3 |
how can a macro write some text at the current cursor position, i.e. when writing an email or editing a task? regards Simon
|
| Problems using FileDialog Object | 27 Feb 2004 17:01 GMT | 3 |
I am trying to use FileDialog to allow the client to select a valid folder. VBA seems to not recognize the object type, referring to it as "user-defined" when I try to DIM a varible with it Alot of times, VBA will show you the valid objects and properties while you are typing in. ...
|
| Second go round on assigning categories with Macro | 27 Feb 2004 15:30 GMT | 2 |
A week or so ago, I had asked a question on how to assign categories to emails and I got a great answer based on what I had asked. Since that time, I have found that I missed a necessary requirment the appointment items I get that I
|
| how to add recipients to CC field | 27 Feb 2004 13:38 GMT | 1 |
I'm unable to get some new recipients added to the CC field of m replymail item. They appear always in the TO field. What i'm doing wrong? I'm using outlook200
|