[This is preliminary documentation and is subject to change.]
Gets all the details related to the a particular email account identified by the emailAccountId.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public EmailAccountInfo GetEmailAccount( int emailAccountId ) |
Visual Basic (Declaration) |
---|
Public Function GetEmailAccount ( _ emailAccountId As Integer _ ) As EmailAccountInfo |
Visual C++ |
---|
public: EmailAccountInfo^ GetEmailAccount( int emailAccountId ) |
Parameters
- emailAccountId
- Type: System..::.Int32
Id of the email account for which the details are to be retrieved.