Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsMsgSearchTypeValue

Defined in comm-central/ mailnews/ base/ search/ public/ nsMsgSearchCore.idl

Used to specify type of search to be performed

[scriptable,uuid(964b7f32-304e-11d3-ae13-00a0c900d445)]
interface nsMsgSearchType {
  const nsMsgSearchTypeValue None = 0;
  const nsMsgSearchTypeValue RootDSE = 1;
  const nsMsgSearchTypeValue Normal = 2;
  const nsMsgSearchTypeValue LdapVLV = 3;
  const nsMsgSearchTypeValue NameCompletion = 4;
};

Document Tags and Contributors

 Contributors to this page: Sheppy, RealRaven2000
 Last updated by: Sheppy,