DomainDataIsAuthorizedUser Method (String, String, UInt32)Ipswitch.Messaging.Framework
Check if a user is authorized against the loaded domain.

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

public uint IsAuthorizedUser(
	string UserID,
	string Password,
	uint FlagMask
)

Parameters

UserID
Type: SystemString

[Missing <param name="UserID"/> documentation for "M:IMailAPI_NET.DomainData.IsAuthorizedUser(System.String,System.String,System.UInt32)"]

Password
Type: SystemString

[Missing <param name="Password"/> documentation for "M:IMailAPI_NET.DomainData.IsAuthorizedUser(System.String,System.String,System.UInt32)"]

FlagMask
Type: SystemUInt32

[Missing <param name="FlagMask"/> documentation for "M:IMailAPI_NET.DomainData.IsAuthorizedUser(System.String,System.String,System.UInt32)"]

Return Value

Type: UInt32

[Missing <returns> documentation for "M:IMailAPI_NET.DomainData.IsAuthorizedUser(System.String,System.String,System.UInt32)"]

See Also

Reference