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

The result string after the page is sent. The localized output shows whether the page is pending, successfully sent or failed.

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

Syntax

C#
public string ResultString { get; }
Visual Basic (Declaration)
Public ReadOnly Property ResultString As String
Visual C++
public:
property String^ ResultString {
	String^ get ();
}

See Also