[This is preliminary documentation and is subject to change.]

Gets all the information related to a particular email folder identified by the emailFolderId.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public EmailFolderInfo GetEmailFolder(
	int emailFolderId
)
Visual Basic (Declaration)
Public Function GetEmailFolder ( _
	emailFolderId As Integer _
) As EmailFolderInfo
Visual C++
public:
EmailFolderInfo^ GetEmailFolder(
	int emailFolderId
)

Parameters

emailFolderId
Type: System..::.Int32
Id of the email folder.

Return Value

Instance of EmailFolderInfo object containing all the information for a particular email folder. OfficeClip.BusinessLayer.Desktop.Email..::.EmailFolderInfo

See Also