_FormNameRuleCondition.FormName Property
Returns or sets an Object that represents an array of form identifiers to be evaluated by the rule condition. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property FormName As Object
Get
Set
'Usage
Dim instance As _FormNameRuleCondition
Dim value As Object
value = instance.FormName
instance.FormName = value
[DispIdAttribute()]
Object FormName { get; set; }
Property Value
Type: System.Object
Remarks
Even though the Rules and Alerts Wizard uses the display name of a form as an identifier, programmatically, FormName uses the message class of the form as an identifier.
You can assign an array with one string or an array of multiple strings to the FormName property. Multiple form identifiers assigned in an array are evaluated using the logical OR operation.
FormName returns an error if it contains one or more empty strings.
See Also
Reference
_FormNameRuleCondition Interface