OlkControl.PossibleValues Property
Returns or sets a String (string in C#) that represents a list of possible values for the drop-down list for the control, seperated by semicolons. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property PossibleValues As String
Get
Set
'Usage
Dim instance As OlkControl
Dim value As String
value = instance.PossibleValues
instance.PossibleValues = value
[DispIdAttribute()]
string PossibleValues { get; set; }
Property Value
Type: System.String
Remarks
For controls that do not support a drop-down list, the value of this property is Nothing (a null reference (Nothing in Visual Basic) in C#).