Show / Hide Table of Contents

Interface IAppointmentInfo2

Inherited Members
IAppointmentInfo.GetUserDefinedDecimal(Int32)
IAppointmentInfo.GetUserDefinedInt(Int32)
IAppointmentInfo.GetUserDefinedString(Int32)
IAppointmentInfo.GetUserDefinedDecimal(String)
IAppointmentInfo.GetUserDefinedInt(String)
IAppointmentInfo.GetUserDefinedString(String)
IAppointmentInfo.AppointmentId
IAppointmentInfo.AssociateId
IAppointmentInfo.AssociateName
IAppointmentInfo.AssociateOwnerName
IAppointmentInfo.ContactId
IAppointmentInfo.ContactName
IAppointmentInfo.PersonId
IAppointmentInfo.PersonName
IAppointmentInfo.ProjectId
IAppointmentInfo.ProjectName
IAppointmentInfo.Description
IAppointmentInfo.DescriptionLine
IAppointmentInfo.CreationDate
IAppointmentInfo.CreationTime
IAppointmentInfo.UpdatedDate
IAppointmentInfo.UpdatedTime
IAppointmentInfo.UpdatedCount
IAppointmentInfo.Type
IAppointmentInfo.InvitationUrl
IAppointmentInfo.InvitationClickText
IAppointmentInfo.InvitationFormattedList
IAppointmentInfo.InviteeId
IAppointmentInfo.InviteeName
IAppointmentInfo.PublishStartDate
IAppointmentInfo.PublishEndDate
IAppointmentInfo.StartTime
IAppointmentInfo.EndTime
IAppointmentInfo.StartDate
IAppointmentInfo.EndDate
IAppointmentInfo.EMail
IAppointmentInfo.FreeBusy
IAppointmentInfo.Location
IAppointmentInfo.StartDateLabel
IAppointmentInfo.ICalPriority
IAppointmentInfo.RepeatingTooltip
IAppointmentInfo.RepeatingEndDate
IAppointmentInfo.MainRepeatingPattern
IAppointmentInfo.SubRepeatingPattern
IAppointmentInfo.StartDateTimeAndDuration
IAppointmentInfo.Priority
IAppointmentInfo.PriorityId
IAppointmentInfo.RepeatingPattern
IAppointmentInfo.RepeatingPatternEnd
IAppointmentInfo.RepeatingPatternWeekStart
IAppointmentInfo.RepeatingStartDate
IAppointmentInfo.RepeatingPatternText
IAppointmentInfo.RepeatingPatternText2
IAppointmentInfo.RepeatingAppointmentId
IAppointmentInfo.ICalId
IAppointmentInfo.State
IAppointmentInfo.PreferredTZLocation
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IAppointmentInfo2 : IAppointmentInfo

Properties

InvitedList

Formatted list of invited persons, humanly readable

Declaration
string InvitedList { get; }
Property Value
Type Description
String

IsMilestone

Is the appointment a milestone appointment? English text "Yes" or "No".

Declaration
string IsMilestone { get; }
Property Value
Type Description
String

OldStartDate

The appointment's old start date, formatted as YYYYMMdd.

Declaration
string OldStartDate { get; }
Property Value
Type Description
String

OldStartTime

The appointment's old start time, formatted as HHmmss.

Declaration
string OldStartTime { get; }
Property Value
Type Description
String

SuggestedAppointmentId

The appointments SuggestedAppointment ID. Return 0 when appointment is not part of a sale/project guide.

Declaration
int SuggestedAppointmentId { get; }
Property Value
Type Description
Int32

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top