BPM.Server
SetOutOfOfficeAgent Method



Syntax
'Declaration
 
Public Shared Sub SetOutOfOfficeAgent( _
   ByVal account As String, _
   ByVal useAgent As Boolean, _
   ByVal agent As String _
) 
'Usage
 
Dim account As String
Dim useAgent As Boolean
Dim agent As String
 
UserCommonInfoManager.SetOutOfOfficeAgent(account, useAgent, agent)
public static void SetOutOfOfficeAgent( 
   string account,
   bool useAgent,
   string agent
)
public:
static void SetOutOfOfficeAgent( 
   String^ account,
   bool useAgent,
   String^ agent
) 

Parameters

account
useAgent
agent
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