MAPIFolder Members

Include Protected Members
Include Inherited Members

This interface is deprecated; do not use this interface. Instead use the interface Folder to access all method, property, and event members of the COM object Folder. Refer to this topic for information about the method and property members of the COM object. For information about the event members of the COM object, see MAPIFolderEvents_12_Event.

The MAPIFolder type exposes the following members.

Properties

 

Name

Description

Public property

AddressBookName

Returns or sets a String (string in C#) that indicates the Address Book name for the Folder object representing a Contacts folder. Read/write.

Public property

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

Public property

CurrentView

Returns a View object representing the current view. Read-only.

Public property

CustomViewsOnly

Returns or sets a Boolean (bool in C#) that determines which views are displayed on the View menu for a given folder. Read/write.

Public property

DefaultItemType

Returns a constant from the OlItemType enumeration indicating the default Outlook item type contained in the folder. Read-only.

Public property

DefaultMessageClass

Returns a String (string in C#) representing the default message class for items in the folder. Read-only.

Public property

Description

Returns or sets a String (string in C#) representing the description of the folder. Read/write.

Public property

EntryID

Returns a String (string in C#) representing the unique Entry ID of the object. Read-only.

Public property

FolderPath

Returns a String (string in C#) that indicates the path of the current folder. Read-only.

Public property

Folders

Returns the Folders collection that represents all the folders contained in the specified Folder. Read-only.

Public property

FullFolderPath

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Public property

InAppFolderSyncObject

Returns or sets a Boolean (bool in C#) that determines if the specified folder will be synchronized with the e-mail server. Read/write.

Public property

IsSharePointFolder

Returns a Boolean (bool in C#) that determines if the folder is a Microsoft Windows SharePoint Services folder. Read-only.

Public property

Items

Returns an Items collection object as a collection of Outlook items in the specified folder. Read-only.

Public property

MAPIOBJECT

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Public property

Name

Returns or sets the display name for the object. Read/write.

Public property

Parent

Returns the parent Object of the specified object. Read-only.

Public property

PropertyAccessor

Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent Folder object. Read-only.

Public property

Session

Returns the NameSpace object for the current session. Read-only.

Public property

ShowAsOutlookAB

Returns or sets a Boolean variable (bool in C#) that specifies whether the contact items folder will be displayed as an address list in the Outlook Address Book. Read/write.

Public property

ShowItemCount

Sets or returns a constant in the OlShowItemCount enumeration that indicates whether to display the number of unread messages in the folder or the total number of items in the folder in the Navigation Pane. Read/write.

Public property

Store

Returns a Store object representing the store that contains the Folder object. Read-only.

Public property

StoreID

Returns a String (string in C#) indicating the store ID for the folder. Read-only.

Public property

UnReadItemCount

Returns an Integer (int in C#) value indicating the number of unread items in the folder. Read-only.

Public property

UserDefinedProperties

Returns a UserDefinedProperties object that represents the user-defined custom properties for the Folder object. Read-only.

Public property

UserPermissions

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Public property

Views

Returns the Views collection object of the Folder object. Read-only.

Public property

WebViewAllowNavigation

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Public property

WebViewOn

Returns or sets a Boolean (bool in C#) indicating the Web view state for a folder. Read/write.

Public property

WebViewURL

Returns or sets a String (string in C#) indicating the URL of the Web page that is assigned to a folder. Read/write.

Top

Methods

 

Name

Description

Public method

AddToFavorites

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Public method

AddToPFFavorites

Adds a Microsoft Exchange public folder to the public folder's Favorites folder.

Public method

CopyTo

Copies the current folder in its entirety to the destination folder.

Public method

Delete

Deletes an object from the collection.

Public method

Display

Displays a new Explorer object for the folder.

Public method

GetCalendarExporter

Creates a CalendarSharing object for the specified Folder.

Public method

GetExplorer

Returns an Explorer object that represents a new, inactive Explorer object initialized with the specified folder as the current folder.

Public method

GetStorage

Gets a StorageItem object on the parent Folder to store data for an Outlook solution.

Public method

GetTable

Obtains a Table object that contains items filtered by Filter.

Public method

MoveTo

Moves a folder to the specified destination folder.

Top

See Also

Reference

MAPIFolder Interface

Microsoft.Office.Interop.Outlook Namespace