Hello Group Does anyone have an example of how to use the example down under to add a an existing userdefined field to the view (New Table View"), - and then...
I have a complete sample that shows how to create a view, add a field to the folder, add it to the view, and remove a field from the view. The only thing it's...
When I FW a Meeting that has custom fields, the custom fields does not FW with it. How can I, with Item_Forward, or Forward Action, fix this problem? Thanks...
Roni Shelach
ronis@...
Apr 1, 2003 1:11 pm
19222
Sue Thanks!!!! terje ... Fra: Sue Mosher [mailto:sue@...] Sendt: 1. april 2003 14:29 Til: outlook-dev@yahoogroups.com Emne: RE: Customized Views -...
I need a brief example of how to gain access to the content of new email messages and send the message to a specified address. I would like to iterate through...
Quick question--is it possible to capture the clicking of the "Reply All" button in a COM Add-in? I can see how to do it in vbscript (say, in a form) but I'm...
I have a program written in VC++ that creates emails. The problem I am having is with Outlook 2002. When I set the Body property to Rich Text mailItem.Body(...
Setting the Body property equal to a rich-text string was never a supported operation. That it worked at all was a fluke. It is definitely not supported in...
I'm working on an exchange extension plugin for Outlook, and like to get the currently open MailItem, whether it's open in an inspector window of its own or...
When an email arrives into an Outlook account I want to immediately un-attach the file into a directory. (With no user actions). Is there an easy way to...
Exchange Server 2000 archives mails that were sent from MS Outlook using TNEF encoding. How can I display such an archived email (EML file) in a windows mail...
hi, I have a user who is unable to open a custom form, I have opened her outlook, cleared the cache this did not fix the problem, the error message is "unable...
Hi, I have a hyperlink option on a menu. Is there a way of making this option open the web page in the normal pane (where inbox is displayed) rather than open...
Hewett, David
dhewett@...
Apr 2, 2003 5:37 pm
19233
I have a form with a listbox and the following code behind the click event. When I click on an entry in the listbox I can display a message box with data from...
Found the problem. I applied all the updates for office via IE (Tools-Windows Update-Office Updates). This seemed to succeed, Outlook even reported SP-3,...
I see several exceptions in the console output shutting down outlook 2k sp3 with our custom addin. First-chance exception at 0x792122af in OUTLOOK.EXE:...
Greetings, Anybody know how to increase the file limit of the .pst file? Current size of my .pst file is near to 2 GB, I want to increase to be 10 GB. THE...
Wayan Sumitra
wayan@...
Apr 3, 2003 4:43 am
19237
From what I remember, that means you are done. Why don't you archive? Or, set up a second pst (that can still be attached to Outlook) and keep to the...
Hello Group I am trying to use the addressbook object in Redemption set utils = CreateObject("Redemption.MAPIUtils") utils.AddressBook Does anyone know how to...
I'm using VB.NET with OL2002 (PST) and catching the ItemAdd event for the Inbox. While testing, I have an Outlook window open while my program is running. If I...
Cliff Williams
cw@...
Apr 3, 2003 11:34 am
19241
Upgrade to Outlook2003 and use a unicode .pst. Otherwise, not only is the limit 2GB, you will also lose data exceeding it. Your .pst might also be much smaller...
Loop through the Recipients collection (as in your other message) and check the Type property on each Recipient to determine which are To, Cc and Bcc. _____ ...
That loop should work fine to work with the Recipients collection returned from the user's selections in the address book. _____ From: Terje Kristiansen...
Use a For loop: for i = 1 to Recips.Count ... From: Terje Kristiansen [mailto:terje@...] Sent: Thu 4/3/2003 7:29 AM To: outlook-dev@yahoogroups.com Cc: ...
I've begun modifying the Outlook 2k contacts form to be used as a guest reservation system for a small B&B business. I've modified the contact form to record...
When a user istalls the my com add-in for everyone who uses the machine then the progid of the add-in gets stored in HKEY_LOCAL_MACHINE along with the addInMon...
Hello, Maybe another idea would be to have the record of arrival & departure dates/times, deposit paid & tariff etc. for each stay be stored in an appointment...