Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
Populating Combo Boxes.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Sue Mosher [MVP-Outlook], post: 5365354"] Outlook may run out of memory if you have hundreds of contacts in the folder. See [URL]http://www.outlookcode.com/d/code/popcombobox.htm[/URL] for an alternative approach using CDO. I don't understand why you're looping through the list twice. For ease of opening the related contact record, you may want to use a multi-column combo box with a hidden second column holding the contact's EntryID. If you do that, you can use the Namespace.GetItemFromID method to open the contact. To fill a multi-column list or combo box, you'll usually want to use an array to set the value of control.List, rather than using AddItem for each row. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
Populating Combo Boxes.
Top