RSS Documentation
SetOutOfOfficeAgent Method



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

Parameters

cn
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

User Class
User Members

Send Feedback