UserCollection Constructor (String, Boolean, Boolean)Ipswitch.Messaging.Framework
Use this constructor for lightening fast loads of UserData objects. See BuildUserCollection for items not being loaded.

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public UserCollection(
	string strHost,
	bool loadNow,
	bool bLoadLite
)

Parameters

strHost
Type: SystemString

[Missing <param name="strHost"/> documentation for "M:IMailAPI_NET.UserCollection.#ctor(System.String,System.Boolean,System.Boolean)"]

loadNow
Type: SystemBoolean

[Missing <param name="loadNow"/> documentation for "M:IMailAPI_NET.UserCollection.#ctor(System.String,System.Boolean,System.Boolean)"]

bLoadLite
Type: SystemBoolean

[Missing <param name="bLoadLite"/> documentation for "M:IMailAPI_NET.UserCollection.#ctor(System.String,System.Boolean,System.Boolean)"]

See Also

Reference