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

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

Syntax

C#
public static OCSmtp GetSmtpFromAccountId(
	int EmailAccountId
)
Visual Basic (Declaration)
Public Shared Function GetSmtpFromAccountId ( _
	EmailAccountId As Integer _
) As OCSmtp
Visual C++
public:
static OCSmtp^ GetSmtpFromAccountId(
	int EmailAccountId
)

Parameters

EmailAccountId
Type: System..::.Int32

Return Value

See Also