Show / Hide Table of Contents

Class AppointmentMoveData

Parameter data for moving an appointment.

Carrier object for AppointmentMoveData. Services for the AppointmentMoveData Carrier is available from the Appointment Agent.
Inheritance
object
AppointmentMoveData
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class AppointmentMoveData : Carrier

Constructors

AppointmentMoveData()

Default constructor

Declaration
public AppointmentMoveData()
See Also
IAppointmentAgent

Properties

AppointmentId

The appointmentId. Both master and child record ids are accepted.

Declaration
[DataMember]
public virtual int AppointmentId { get; set; }
Property Value
Type Description
int
See Also
IAppointmentAgent

ImapEMailConnectionInfo

Login information for imap server. Will be null if no login information is relevant.

Declaration
[DataMember]
public virtual EMailConnectionInfo ImapEMailConnectionInfo { get; set; }
Property Value
Type Description
EMailConnectionInfo
See Also
IAppointmentAgent

IsAlldayEvent

If true, the appointment should be set to all day

Declaration
[DataMember]
public virtual bool IsAlldayEvent { get; set; }
Property Value
Type Description
bool
See Also
IAppointmentAgent

IsFree

If true, the time is free (not busy).

Declaration
[DataMember]
public virtual bool IsFree { get; set; }
Property Value
Type Description
bool
See Also
IAppointmentAgent

NewStartTime

The new start time for the moved booking.

Declaration
[DataMember]
public virtual DateTime NewStartTime { get; set; }
Property Value
Type Description
DateTime
See Also
IAppointmentAgent

SendEmailToParticipants

If true, emails will be sent to all participants that is marked with send email flag if deemed necessary. If false no mails will be sent even if the send email flag is true.

Declaration
[DataMember]
public virtual bool SendEmailToParticipants { get; set; }
Property Value
Type Description
bool
See Also
IAppointmentAgent

SmtpEMailConnectionInfo

Login information for outgoing smtp email server. Will be null if no login information is relevant.

Declaration
[DataMember]
public virtual EMailConnectionInfo SmtpEMailConnectionInfo { get; set; }
Property Value
Type Description
EMailConnectionInfo
See Also
IAppointmentAgent

UpdateMode

Update mode for a recurring appointment.

Declaration
[DataMember]
public virtual RecurrenceUpdateMode UpdateMode { get; set; }
Property Value
Type Description
RecurrenceUpdateMode
See Also
IAppointmentAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IAppointmentAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IAppointmentAgent

See Also

IAppointmentAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top