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