SelLength Property  
 

Gets and sets the current message body text selection length.

Syntax

object.SelLength [= length ]

Remarks

The SelLength property is used to set the length of the text selection in the current message body. When used in conjunction with the SelStart property, it can be used to refer to part of a message body.

Data Type

Integer (Int32)

See Also

SelStart Property, SelText Property, Text Property