Indicates the state of the fax event.

/// <summary>
/// FaxState values.
/// </summary>
public enum FaxState
{
	Idle = 0,
	Initializing,
	Dialing,
	Answering,
	Negotiating,
	Sending,
	Receiving,
	Cancelling,
	Disconnecting,
	Conversion
}