Show / Hide Table of Contents

Enum AppointmentExternalOwner

An external owner system for appointments (Outlook, Google...) This Enum is used by: appointment.owned_externally

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public enum AppointmentExternalOwner : short

Fields

Name Description
Google

3: Google owns the appointment

None

0: No external owner

Other

1: An external system owns the appointment

Outlook

2: Outlook owns the appointment

Extension Methods

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