| Thread | Last Post | Replies |
|
| please help with syntax | 04 May 2007 21:58 GMT | 1 |
I'm writing a form in Outlook 2003. The code on the form is as follows: Sub Item_CustomPropertyChange(ByVal Name) Set myinspector = Item.GetInspector Set myPage1 = myInspector.ModifiedFormPages("Message")
|
| Deleting sent items from outlook 2003 | 04 May 2007 16:49 GMT | 2 |
We have some business analysis software running that sends data out to our salespeople by e mail attatchment, the largest being 7mb. I need to be able to delete these e mails automatically once they have been sent, firstly from sent items and then from deleted items.
|
| Enable/Disable Macros when walking public folders in loop | 04 May 2007 15:28 GMT | 3 |
I'm extracting data from Outlook to put into another program. I wrote a program in VB6 to do it because we use a custom form for public contact data and it has over 600+ custom fields in it. On 2 contacts, I'm getting an Enable/Disable macros dialog but I can't determine why? ...
|
| Outlook find Method | 04 May 2007 07:25 GMT | 4 |
I use the Items.Find method to search for a certain item, sometimes it happens that the mehtod returns something, but when I try to call a method on the returned item, or try to read a property I get an automatisation error, although the item is really
|
| extract email from message body | 04 May 2007 06:35 GMT | 21 |
Can anyone suggest the best way to open each file in an OUtlook subdirectory and extract an email address from the body of the email? I have mail coming back as undeliverable, and want to prune those addresses from our lists, but the address to which the email was sent is not the ...
|
| Folders WebViewUrl | 04 May 2007 06:21 GMT | 3 |
I am setting a folders WebViewUrl property. The default behaviour appears to be to cache the page - thus if it has changed outlook does not reflect this. Can I change the Make Available Offline option programatically, or do a
|
| change case function | 04 May 2007 06:18 GMT | 2 |
I thought there was a function that would let me case the case of a text string to 'proper case' ...that would capitalize the first letter of each word. I want to run a macro to change my contact names to this, right now some have the last name all capitalized.
|
| how do I check how long Outlook window has been active for? | 04 May 2007 06:11 GMT | 1 |
I'd like to have a counter, a timer, that runs (counts the time) as long as outlook is the current active window (ie the window on top, and the user is reading/writing emails, sorting folders, anything) and stops when the person switches to another window.. I'd be grateful for
|
| Attachment Type VS2005 | 03 May 2007 18:01 GMT | 1 |
I want to send an email containing a MemoryStream, when I try to add the attachment, I get a "Could not complete the operation. One or more parameter values are not valid.". Here is the code I am using in VS2005 with VB.NET.
|
| Warning message | 03 May 2007 17:59 GMT | 1 |
I'm trying to access some Outlook Calendar Data (tasks reminders), and I used a COM library (Outlook Objects Library) for resolve that problem. But when I created several tasks in more than one user (in the local PC) a warning message like this one:
|
| Reference book recommendation? | 03 May 2007 17:57 GMT | 1 |
We are converting from Lotus Notes to Outlook. I currently have an MSAccess application which uses vba to interface to Lotus Notes. It reads incoming email, forwards incoming mail, creates outgoing mail including word attachments, maintains mailboxes - moves emails to folders ...
|
| Making frames stay hidden or seen | 03 May 2007 16:30 GMT | 1 |
I am using a code to make the correct frames visible or hidden depending on a checkbox that is checked. So far, the code works on the senders end, but once I send the email to myself, the frames do not act accordingly. I either see all the frames or none of them, depending on ...
|
| Action with form in public folder | 03 May 2007 14:37 GMT | 2 |
I have a form which has two action buttons on it. The actions open up two forms, either approve or deny. Right now I have it working on my exchange account, but would like to put it out in a public folder. I have published both forms to the public folder, and both of them show
|
| view corrupt | 03 May 2007 02:52 GMT | 4 |
This is bizzare. I have a view in my public task list. It has an SQL filter and looks like this: "http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/ ProjectMngr"
|
| Sending message via command button | 02 May 2007 19:31 GMT | 3 |
I'm new to outlook programming. I would like to send the form that I'm on with a command button which is on the form. I would like the message to go to a person whom I have selected in a combobox. Any hints on how to do this? I have the combo box populated with the
|