[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.Desktop
Assembly:  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.

Return Value

Instance of the EmailAccountInfo object containing all the details to a particular email account. OfficeClip.BusinessLayer.Desktop.Email..::.EmailAccountInfo

See Also