Class CommunicationEntity
Used to create new appointments and tasks. This is a specialised version of an Entity. CreateAppointment() CreateTask()
public class CommunicationEntity : Entity, IDisposable
- Inheritance
-
CommunicationEntity
- Implements
- Inherited Members
Methods
AddUser(int)
Adds a user to a communication using their user ID.
public Entity AddUser(int userID)
Parameters
userID
intUser ID of user to add.
Returns
- Entity
Entity referencing the user added.
AddUser(string)
Adds a user to a communication using their logon ID.
public Entity AddUser(string userLogon)
Parameters
userLogon
stringLogonId of user to add.
Returns
- Entity
Entity referencing the user added.