referencing the to fiels in a message

  • Thread starter Thread starter Sparkle_Guy
  • Start date Start date
S

Sparkle_Guy

Does anyone know how to reference the "To" field in a message. I want to
make it take vertical scroll bars rather than autosize to show all of the
recipients. Tried
Item.GetInspector.ModifiedFormPages(myform).to.scrollbars = 2 but no luck.

Any thought anyone Thansk in advance
 
Sparkle_Guy said:
Does anyone know how to reference the "To" field in a message. I want to
make it take vertical scroll bars rather than autosize to show all of the
recipients.
The To: field is really a run-time display that is private to the Outlook
application. You can't access is. The underlying object is the Recipients
collection and all the recipient objects in the collection.

Hollis D. Paul [MVP - Outlook]
(e-mail address removed)
Using Virtual Access 4.52 build 277 (32-bit), Windows 2000 build 2195
http://search.support.microsoft.com/kb/c.asp?FR=0&SD=TECH&LN=EN-US

Mukilteo, WA USA
 
Back
Top