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

Constructor to create object using the name and email Address.

Namespace:  OfficeClip.BusinessLayer.Desktop
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public MeetingAttendeeInfo(
	string en,
	string ena
)
Visual Basic (Declaration)
Public Sub New ( _
	en As String, _
	ena As String _
)
Visual C++
public:
MeetingAttendeeInfo(
	String^ en, 
	String^ ena
)

Parameters

en
Type: System..::.String
The attendies name.
ena
Type: System..::.String
the attendies email Address.

See Also