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

The external email Address of the user who created the case. This is the email of the user if the user has created the case without logging into OfficeClip.

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

Syntax

C#
public string ExternalEmailAddress { get; set; }
Visual Basic (Declaration)
Public Property ExternalEmailAddress As String
Visual C++
public:
property String^ ExternalEmailAddress {
	String^ get ();
	void set (String^ value);
}

See Also