_ContactItem.FileAs Property

Returns or sets a String (string in C#) indicating the default keyword string assigned to the contact when it is filed. Read/write.

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

Syntax

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

value = instance.FileAs

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

Property Value

Type: System.String

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Use SetColumns to Efficiently Enumerate Items in a Folder