Indicates the document transaction type for received faxes.

/// <summary>
/// TransactionType values.
/// </summary>
public enum TransactionType
{
	Fax = 0,
	SEN,
	SENDocument,
	SENx
}