MAPIFolder.FolderPath Property
Returns a String (string in C#) that indicates the path of the current folder. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property FolderPath As String
Get
'Usage
Dim instance As MAPIFolder
Dim value As String
value = instance.FolderPath
[DispIdAttribute()]
string FolderPath { get; }
Property Value
Type: System.String
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace