6 references to MESSAGE_PROPID_LABEL_LEN
System.Messaging (6)
System\Messaging\Message.cs (6)
135properties.SetUI4(NativeMethods.MESSAGE_PROPID_LABEL_LEN, filter.labelSize); 1239if (properties.GetUI4(NativeMethods.MESSAGE_PROPID_LABEL_LEN) != 0) 1241properties.GetUI4(NativeMethods.MESSAGE_PROPID_LABEL_LEN)); 1256properties.Remove(NativeMethods.MESSAGE_PROPID_LABEL_LEN); 1262properties.SetUI4(NativeMethods.MESSAGE_PROPID_LABEL_LEN, value.Length); 2133int size = properties.GetUI4(NativeMethods.MESSAGE_PROPID_LABEL_LEN);