OlkTextBox.SelText property (Outlook)
Returns a String that represents the currently selected portion of the value of the text box. Read-only.
Syntax
expression. SelText
expression A variable that represents an OlkTextBox object.
Remarks
SelText represents the current selection, which is a portion of the control's Value. The maximum number of characters that can be supported for Value is MaxLength.
The default value is an empty string.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.