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

Provides the email address for the OfficeClip administrator, this can also be the partner's email address for OfficeClip partners

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

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

See Also