Options
All
  • Public
  • Public/Protected
  • All
Menu
internal

Represents base Attachments property type.

Hierarchy

Index

Constructors

constructor

  • Initializes a new instance of the AttachmentsPropertyDefinition class.

    Parameters

    • propertyName: string

      Name of the property (added to workaround reflection based initialization of Names).

    Returns AttachmentsPropertyDefinition

Properties

Type

Type: any

Static Private Exchange2010SP2PropertyDefinitionFlags

Exchange2010SP2PropertyDefinitionFlags: PropertyDefinitionFlags

Accessors

IsNullable

  • get IsNullable(): boolean
  • internalgets

    a value indicating whether this property definition is for a nullable type (ref, int?, bool?...).

    Returns boolean

Name

  • get Name(): string
  • set Name(value: string): void
  • Gets the name of the property.

    Returns string

  • Gets the name of the property.

    Parameters

    • value: string

    Returns void

Uri

  • get Uri(): string
  • internal

    Gets the URI of the property definition.

    Returns string

Version

XmlElementName

  • get XmlElementName(): string
  • internalgets

    the name of the XML element.

    value

    {string} The name of the XML element.

    Returns string

Methods

CreatePropertyInstance

GetAssociatedInternalProperties

  • internalgets

    a list of associated internal properties.

    remarks

    This is a hack. It is here (currently) solely to help the API register the MeetingTimeZone property definition that is internal.

    Returns PropertyDefinition[]

    A list of PropertyDefinition objects.

GetPrintableName

  • GetPrintableName(): string

GetXmlElementName

  • GetXmlElementName(): string

HasFlag

  • internal

    Determines whether the specified flag is set.

    Parameters

    Returns boolean

    true if the specified flag is set; otherwise, false.

InternalLoadFromXmlJsObject

LoadPropertyValueFromXmlJsObject

RegisterAssociatedInternalProperties

ToString

  • ToString(): string

WriteAttributesToXml

WritePropertyValueToXml

WriteToXml

Static LoadFromXmlJsObject

Generated using TypeDoc