[This is preliminary documentation and is subject to change.]

Gives the SMS Device Verification Status.

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public static SmsInfoVerifiedState MobileVerifiedState(
	int uid,
	out SmsInfo ui
)
Visual Basic (Declaration)
Public Shared Function MobileVerifiedState ( _
	uid As Integer, _
	<OutAttribute> ByRef ui As SmsInfo _
) As SmsInfoVerifiedState
Visual C++
public:
static SmsInfoVerifiedState MobileVerifiedState(
	int uid, 
	[OutAttribute] SmsInfo^% ui
)

Parameters

uid
Type: System..::.Int32
the User id of the Member for whom the SMS Satus is to be verified.
ui
Type: OfficeClip.BusinessLayer.Account..::.SmsInfo%
SmsInfo object. This is an out parameter, which is filled and given back.

Return Value

See Also