_SharingItem.FlagRequest Property

Returns or sets a String (string in C#) indicating the requested action for the SharingItem. Read/write.

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

Syntax

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

value = instance.FlagRequest

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

Property Value

Type: System.String

Remarks

This is a free-form text field.

See Also

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace