/* * ************* DO NOT EDIT THIS FILE *********** * * This file was automatically generated from ./MailNewsTypes2.idl. */ using System; using System.Runtime.InteropServices; namespace Mozilla.XPCOM { /** * Interface nsMsgPriority * * IID: 0x94C0D8D8-2045-11d3-8A8F-0060B0FC04D2 */ public unsafe class nsMsgPriority { public static string NS_MSGPRIORITY_IID_STRING = "94C0D8D8-2045-11d3-8A8F-0060B0FC04D2"; public static System.Guid NS_MSGPRIORITY_IID = new System.Guid("94C0D8D8-2045-11d3-8A8F-0060B0FC04D2"); /* const nsMsgPriorityValue notSet = 0; */ public static long notSet = 0; /* const nsMsgPriorityValue none = 1; */ public static long none = 1; /* const nsMsgPriorityValue lowest = 2; */ public static long lowest = 2; /* const nsMsgPriorityValue low = 3; */ public static long low = 3; /* const nsMsgPriorityValue normal = 4; */ public static long normal = 4; /* const nsMsgPriorityValue high = 5; */ public static long high = 5; /* const nsMsgPriorityValue highest = 6; */ public static long highest = 6; /* const nsMsgPriorityValue Default = 4; */ public static long Default = 4; } }