BPM.Server
SetOutOfOffice Method



Syntax
'Declaration
 
Public Shared Sub SetOutOfOffice( _
   ByVal account As String, _
   ByVal outOfOfficeState As BPM.OutOfOfficeState, _
   ByVal dateFrom As Date, _
   ByVal dateTo As Date _
) 
'Usage
 
Dim account As String
Dim outOfOfficeState As BPM.OutOfOfficeState
Dim dateFrom As Date
Dim dateTo As Date
 
UserCommonInfoManager.SetOutOfOffice(account, outOfOfficeState, dateFrom, dateTo)
public static void SetOutOfOffice( 
   string account,
   BPM.OutOfOfficeState outOfOfficeState,
   DateTime dateFrom,
   DateTime dateTo
)
public:
static void SetOutOfOffice( 
   String^ account,
   BPM.OutOfOfficeState outOfOfficeState,
   DateTime dateFrom,
   DateTime dateTo
) 

Parameters

account
outOfOfficeState
dateFrom
dateTo
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UserCommonInfoManager Class
UserCommonInfoManager Members

Send Feedback