| Thread | Last Post | Replies |
|
| Delete based on Attachment Size (Item.Size)... | 27 Aug 2007 16:30 GMT | 3 |
Alright, I'm pretty happy with my code so far. Its setup as a rule and when emails with attachments come in, the user is prompted with a save box, they type a filename in (or Cancel, either way) and everything works as planned.
|
| Inspecter Close Event | 27 Aug 2007 11:34 GMT | 2 |
I have code that I need to execute when a user is finished with an custom Outlook form. Is it save to assume that the _Close event is the best event in which to place the code? I know it sounds strange, but I want to be certain that I covered when the user SENDs the item as well ...
|
| Navigating to Mailboxes | 24 Aug 2007 21:49 GMT | 1 |
I run multiple reports based on different mailboxes. Currently, I can navigate to each mailbox when I log into my personal mailbox. In order to run the reports I have to log into each individual mailbox and then run the code. Is there any way I can navigate to the specified ...
|
| Contacts in Appointments | 24 Aug 2007 18:25 GMT | 1 |
I'm trying to get the list of contacts assigned to an Appointment. I'm working in VS2005 VB.Net and I can't seem to find the way to obtain the contacts from the Public Class AppointmentItem ( Member of: Microsoft.Office.Interop.Outlook)
|
| Speed issues using items.restrict on exchange | 24 Aug 2007 18:25 GMT | 6 |
I read on Dmitri's Redemption site that Exchange cache's items.restrict calls, and that using this method too frequently can slow an exchange server significantly. I can't find any reference to this anywhere else... or any advice on when to
|
| Saving attachements w/ names from a .xls file... | 24 Aug 2007 13:55 GMT | 2 |
Here's what I am looking to do: We have users that get multiple emails per day, from the same source, always with an attachement. I'm looking to automate the open/save as/ save of the attached files, and have the file names stored in an Excel
|
| Two problems sending an E-mail for Outlook 2007 and VB 2005 | 23 Aug 2007 16:38 GMT | 17 |
WordFileName = "C:\temp\Steve.HTM" Dim WordContent As String Dim AppWord As New Microsoft.Office.Interop.Word.ApplicationClass With AppWord
|
| Copying new message to public folder | 23 Aug 2007 16:12 GMT | 3 |
We have a collection of public folders (typically about 100 of them) for project-related email. We currently ask staff to manually save project-related mail in the appropriate folder. I've written a macro that makes this easy to do for incoming mail. But for sent mail, I can't ...
|
| EntryID problem | 23 Aug 2007 15:31 GMT | 3 |
I'm trying to compare emails in two different mailboxes. Therefor I need the SMTP address, the only way to do that is via the EntryID. When using my code and can't seem to get into the second mailbox. I get an MAPI_E_LOGON failure message.
|
| Adding line to outgoing message based on category? | 23 Aug 2007 15:08 GMT | 1 |
We'd like Outlook to be able to automatically add a bold line saying "Subject to Contract" at the top of any email sent to a contact with the category of, say, "Legal"? Is it possible to have some VBA sitting in ThisOutlookSession that can do
|
| How Do I determing what text is currently selected in message body | 23 Aug 2007 14:38 GMT | 4 |
I know how to determine if there is an email open and if so how to grab all text in the body but I'm interested in determine what subset of the body text (if any) might have been highlighted. The intent is similar to spell check - the function of the macro should work on ...
|
| Looking for Code to Import Selected Access Records into Outlook 20 | 23 Aug 2007 05:57 GMT | 1 |
I want to import only selected MS Access records in the contacts for Outlook 2007. Specifically, based on the value of certain fields. What VBA code will allow me to do this
|
| Download mails to harddisk and delete from outlook | 23 Aug 2007 05:52 GMT | 1 |
I want a code to download all the mails which are 1 month old to the harddisk and delete the copy from the outlook. I need this in order to clear my mailbox and to have old mail stored for future reference.
|
| disable toolbar in a custom form | 23 Aug 2007 05:44 GMT | 1 |
Sorry, I'm rather new to forms development - I have done some VBA in Access and Excel. I'm trying to create a form that when loaded will disable the standard toolbar and hide the standard menu's.
|
| How can I find out the "*.pst" file size by using VBS program? | 23 Aug 2007 00:43 GMT | 2 |
We encounter lots of trouble because the "*.pst" is greate then 2G. I would like to write a program to collect the "*.pst" file size and feed back to database automatically. Is there something I can call from API?
|