| Thread | Last Post | Replies |
|
| VBA to generate email | 01 Sep 2005 00:16 GMT | 1 |
Good afternoon, I am fairly new to VBA and need Outlook code that if I click on an email address, a blank email will open and will automatically populate that email address in "To:" box. Suggestions would be greatly appreciated. Thanks.
|
| RTF to Plain text in Task Notes | 31 Aug 2005 22:12 GMT | 1 |
I am writing a macro in outlook that gets the task information from ProjectServer and saves it in the Outlook Tasks. The Task Notes are stored as Image Fields in ProjectServer (TASK_RTF_NOTES). I try to cast the TASK_RTF_NOTES to binary and then to varchar to get it as a string.
|
| Move received & sent mail to folders based on Contacts | 31 Aug 2005 21:26 GMT | 2 |
I have a large number of people I sent mail to and get mail from (professionally). I have made folders in my pst for each category of contact (say sales, management, technical, personal) and then sub folders for each person.
|
| Used advanced search from Outlook | 31 Aug 2005 21:16 GMT | 13 |
I am trying to get Outlook to search through our email for a subject based on what is in certain cells in an outlook spreadsheet. Here is the code I am using: Sub SearchEmail()
|
| Secure the custom forms | 31 Aug 2005 20:56 GMT | 2 |
I designed a Outlook form and published it in Organizational Form library. I would like to secure the form so that no one should be able to view the VBA code other than administrator. It is possible ? how ?
|
| Change Notification in outlook | 31 Aug 2005 20:55 GMT | 1 |
I am working on a code to get a notification as soon as something new arrives in outlook or some setting is changed in it. Does anyone has any reference or any code sample which does something related to this. Thanks.
|
| Getting UserID | 31 Aug 2005 19:01 GMT | 3 |
I would like to know UserID on the Item Read Event. How i can grab the USERID? Thanks, Shashi
|
| PatternEndDate | 31 Aug 2005 14:21 GMT | 1 |
Is there a way to do Restrict or Find based on PatternEndDate or if the recurring item has no pattern date? thanks
|
| Exploring outlook contents | 31 Aug 2005 14:20 GMT | 1 |
I am new to this group, I m trying to build an application to explore the outlook contents. I don't want to go through the registry keys. The application gets a .pst file and then uses it to explore the contents (inbox, folders, sent items etc.). Does anyone has any info
|
| Getting Handle of MailItem / Changing Mail Item After Sending it | 31 Aug 2005 14:18 GMT | 1 |
Is there a way i can get a handle of MailItem after it has been sent out? I would like to change the MailItem before it gets saves in Sent item folder. Thanks,
|
| Recurrences in appointment | 31 Aug 2005 14:15 GMT | 3 |
I notice that all the recurrence object of Appointment/Task will have the same Entry ID as the master appointment/task item. How do I search for the selected recurrences? Does each recurrence contain a special ID? thanks
|
| Call window component from VBA code | 31 Aug 2005 14:10 GMT | 3 |
I want to use the 'Select folders' window in Outlook 2003 (it the window with check boxes that appears once you create a search folder and specify the folders you want to search in). Is it possible or i need to write it in other language?
|
| Can I use stationery in an event for a daily log book with prompt | 30 Aug 2005 21:59 GMT | 1 |
I want to use the Outlook calender as a daily electronic log book. If I made a recuring event called 'Log Book' for each day, can I use a template or stationery for this event, so that when a person opens the 'event' called 'Log Book' each day it opens as a piece of stationery ...
|
| Sent folder in IMAP | 30 Aug 2005 21:55 GMT | 1 |
i have 3 accounts adress, 1st Exchange and the two others of emails (Internet) IMAP when I sending a mail of the two last it's saved in the sent element folder of microsoft outlook what make a problem : the problem is that these emails sent of these two accounts will not be ...
|
| Outlook Automation Question | 30 Aug 2005 21:41 GMT | 1 |
A question has arisen in another forum about sending mail via Access. In the course of answering that, I have a question for all. Q1: Does OUTLOOK have to be open in order to actually send a MailItem? I was under the impression that when you execute the .Send method that
|