[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.DesktopAssembly: 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.
