_NewItemAlertRuleAction.Text Property

Returns or sets a String (string in C#) that represents the text displayed in the new item alert dialog box. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property Text As String
    Get
    Set
'Usage
Dim instance As _NewItemAlertRuleAction
Dim value As String

value = instance.Text

instance.Text = value
[DispIdAttribute()]
string Text { get; set; }

Property Value

Type: System.String

Remarks

Returns an error if the text is an empty string.

See Also

Reference

_NewItemAlertRuleAction Interface

_NewItemAlertRuleAction Members

Microsoft.Office.Interop.Outlook Namespace