kinda new to object methods and properties

G

Guest

hey all,

With regards to the Outlook Object Model

_oItems = oInbox.Items
_oItems.Sort("[ReceivedTime]", False)

I was wondering about the Sort parms. It takes:
Sort(Property As String, Descending As Object)

My question is why wasn't Descending defined as a Boolean?

thanks,
rodchar
 
C

Chris, Master of All Things Insignificant

True or False is a boolean Data Type.

All Data Types in .Net inherit from object.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top