MAPIFolder.UserDefinedProperties Property
Returns a UserDefinedProperties object that represents the user-defined custom properties for the Folder object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property UserDefinedProperties As UserDefinedProperties
Get
'Usage
Dim instance As MAPIFolder
Dim value As UserDefinedProperties
value = instance.UserDefinedProperties
[DispIdAttribute()]
UserDefinedProperties UserDefinedProperties { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.UserDefinedProperties
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Ensure that Custom Item Properties Are Supported in Folder-Level Queries