Show / Hide Table of Contents

Interface IContactInfo2

Interface providing information about a contact with support person info

Inherited Members
IContactInfo.GetUserDefinedDecimal(int)
IContactInfo.GetUserDefinedInt(int)
IContactInfo.GetUserDefinedString(int)
IContactInfo.GetUserDefinedDecimal(string)
IContactInfo.GetUserDefinedInt(string)
IContactInfo.GetUserDefinedString(string)
IContactInfo.GetInternationalAddress(int)
IContactInfo.ContactId
IContactInfo.Name
IContactInfo.Department
IContactInfo.OrganisationNumber
IContactInfo.Phone
IContactInfo.PhoneId
IContactInfo.Fax
IContactInfo.FaxId
IContactInfo.FaxStripped
IContactInfo.EMail
IContactInfo.EMailId
IContactInfo.Web
IContactInfo.WebId
IContactInfo.AddressLine1
IContactInfo.PostalAddressLine1
IContactInfo.PostalAddressLine2
IContactInfo.PostalAddressLine3
IContactInfo.PostalAddressCity
IContactInfo.PostalAddressCityFull
IContactInfo.PostalAddressZip
IContactInfo.PostalAddressPrefix
IContactInfo.PostalAddressState
IContactInfo.PostalAddressZipCity
IContactInfo.PostalAddressCounty
IContactInfo.StreetAddressLine1
IContactInfo.StreetAddressLine2
IContactInfo.StreetAddressLine3
IContactInfo.StreetAddressCityFull
IContactInfo.StreetAddressCity
IContactInfo.StreetAddressZip
IContactInfo.StreetAddressZipGerman
IContactInfo.PostalAddressLine1And3
IContactInfo.StreetAddressState
IContactInfo.LineFeedAustraliaUK
IContactInfo.LineFeedGermany
IContactInfo.Category
IContactInfo.Business
IContactInfo.CountryCode
IContactInfo.Country
IContactInfo.Country2
IContactInfo.CountryId
IContactInfo.CountryEnglish
IContactInfo.County
IContactInfo.PostCode
IContactInfo.CountyZipUK
IContactInfo.OurContact
IContactInfo.Code
IContactInfo.Number
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IContactInfo2 : IContactInfo

Properties

SupportPersonId

Contact's support person ID

Declaration
int SupportPersonId { get; }
Property Value
Type Description
int

Methods

GetSupportPersonNameAsync(CancellationToken)

Contact's support person - Full name

Declaration
Task<string> GetSupportPersonNameAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<string>

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