MAPIFolder.UserDefinedProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a UserDefinedProperties object that represents the user-defined custom properties for the Folder object. Read-only.
public:
property Microsoft::Office::Interop::Outlook::UserDefinedProperties ^ UserDefinedProperties { Microsoft::Office::Interop::Outlook::UserDefinedProperties ^ get(); };
public Microsoft.Office.Interop.Outlook.UserDefinedProperties UserDefinedProperties { get; }
Public ReadOnly Property UserDefinedProperties As UserDefinedProperties