Search the web
Sign In
New User? Sign Up
outlook-dev · Outlook Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 19219 - 19248 of 27685   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19219
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...
terje252003
Offline Send Email
Apr 1, 2003
12:21 pm
19220
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...
Sue Mosher
mosher_sue
Offline Send Email
Apr 1, 2003
12:27 pm
19221
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@...
Send Email
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 -...
Terje Kristiansen
terje252003
Offline Send Email
Apr 1, 2003
3:41 pm
19223
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...
vinny_sap
Offline Send Email
Apr 1, 2003
5:34 pm
19224
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...
Klyse, Jennifer
jklyse
Offline Send Email
Apr 1, 2003
7:07 pm
19225
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(...
Jesse
jessefredjames
Online Now Send Email
Apr 2, 2003
12:07 am
19226
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...
Sue Mosher
mosher_sue
Offline Send Email
Apr 2, 2003
12:18 am
19227
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...
Nate Waddoups
delaminator
Offline Send Email
Apr 2, 2003
4:13 am
19228
Is there any way to take an incoming email with an attachment, and move the attachment to a network folder, like a PDF attachment....
holdem_21
Offline Send Email
Apr 2, 2003
11:47 am
19229
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...
MagFSU
Offline Send Email
Apr 2, 2003
11:47 am
19230
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...
betty2001nz
Offline Send Email
Apr 2, 2003
11:47 am
19231
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...
Carolann McGill
carolann12uk
Offline Send Email
Apr 2, 2003
12:38 pm
19232
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@...
Send Email
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...
sonomaenterprises
sonomaenterp...
Offline Send Email
Apr 2, 2003
9:26 pm
19234
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,...
Jack Bretcher
sonomaenterp...
Offline Send Email
Apr 3, 2003
12:19 am
19235
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:...
Morna Tirona
ssgshiv
Online Now Send Email
Apr 3, 2003
3:10 am
19236
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@...
Send Email
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...
Roy A. Ackerman, Ph.D...
astrecg
Offline Send Email
Apr 3, 2003
4:46 am
19238
Hello Group I am trying to use the addressbook object in Redemption set utils = CreateObject("Redemption.MAPIUtils") utils.AddressBook Does anyone know how to...
Terje Kristiansen
terje252003
Offline Send Email
Apr 3, 2003
11:29 am
19239
Is there a way to loop tru the Redemption.Addressbook As an example of what we want: set utils = CreateObject("Redemption.MAPIUtils") Set Recips =...
Terje Kristiansen
terje252003
Offline Send Email
Apr 3, 2003
11:29 am
19240
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@...
Send Email
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...
William Lefkovics
wlefkovics
Offline Send Email
Apr 3, 2003
11:34 am
19242
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. _____ ...
Sue Mosher
mosher_sue
Offline Send Email
Apr 3, 2003
11:44 am
19243
That loop should work fine to work with the Recipients collection returned from the user's selections in the address book. _____ From: Terje Kristiansen...
Sue Mosher
mosher_sue
Offline Send Email
Apr 3, 2003
11:44 am
19244
It is only giving us the first member of the addressboos - then it stops _____ From: Sue Mosher [mailto:sue@...] Sent: 3. april 2003 13:46 To:...
Terje Kristiansen
terje252003
Offline Send Email
Apr 3, 2003
2:39 pm
19245
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: ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Apr 3, 2003
2:57 pm
19246
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...
thebower2001
Offline Send Email
Apr 3, 2003
2:58 pm
19247
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...
Ryan Tyler
ryan_tyler_2001
Online Now Send Email
Apr 3, 2003
3:18 pm
19248
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...
tworth@...
tworth2002
Offline Send Email
Apr 3, 2003
3:22 pm
Messages 19219 - 19248 of 27685   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help