Gets and sets the starting position of the current message body
text selection.
Syntax
object.SelStart [= offset ]
Remarks
The SelStart property specifies a byte offset which is
the starting position in the current message body. This property
can be used in conjunction with the SelLength property to
refer to part of a message body.
Data Type
Integer
See Also
SelLength Property, SelText Property, Text
Property
|