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

Gets the email address

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

Syntax

C#
public string GetMetaEmailAddress(
	int entityId,
	int primaryKey
)
Visual Basic (Declaration)
Public Function GetMetaEmailAddress ( _
	entityId As Integer, _
	primaryKey As Integer _
) As String
Visual C++
public:
String^ GetMetaEmailAddress(
	int entityId, 
	int primaryKey
)

Parameters

entityId
Type: System..::.Int32
The unique id of the entity
primaryKey
Type: System..::.Int32
the primary key

Return Value

The custom information

See Also