Для изменения размера нажмите или перетащите

ReferenceAttachment - класс

Represents an attachment by reference.
Иерархия наследования

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public sealed class ReferenceAttachment : Attachment

Тип ReferenceAttachment предоставляет следующие члены.

Свойства
  ИмяОписание
Открытое свойствоAttachLongPathName
Gets or sets a fully-qualified path identifying the attachment.
Открытое свойствоAttachmentIsFolder
Gets or sets a value indicating whether the attachment points to a folder.
Открытое свойствоAttachmentPreviewUrl
Gets or sets the URL of the attachment preview.
Открытое свойствоAttachmentThumbnailUrl
Gets or sets the URL of the attachment thumbnail.
Открытое свойствоContentId
Gets or sets the content Id of the attachment. ContentId can be used as a custom way to identify an attachment in order to reference it from within the body of the item the attachment belongs to.
(Унаследован от Attachment.)
Открытое свойствоContentLocation
Gets or sets the content location of the attachment. ContentLocation can be used to associate an attachment with a Url defining its location on the Web.
(Унаследован от Attachment.)
Открытое свойствоContentType
Gets or sets the content type of the attachment.
(Унаследован от Attachment.)
Открытое свойствоId
Gets the Id of the attachment.
(Унаследован от Attachment.)
Открытое свойствоIsInline
Gets or sets a value indicating whether this is an inline attachment. Inline attachments are not visible to end users.
(Унаследован от Attachment.)
Открытое свойствоLastModifiedTime
Gets the date and time when this attachment was last modified.
(Унаследован от Attachment.)
Открытое свойствоName
Gets or sets the name of the attachment.
(Унаследован от Attachment.)
Открытое свойствоPermissionType
Gets or sets the permission of the attachment.
Открытое свойствоProviderEndpointUrl
Gets or sets the URL of the attachment provider.
Открытое свойствоProviderType
Gets or sets the type of the attachment provider.
Открытое свойствоSize
Gets the size of the attachment.
(Унаследован от Attachment.)
В начало страницы
Методы
  ИмяОписание
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Открытый методLoad
Loads the attachment. Calling this method results in a call to EWS.
(Унаследован от Attachment.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также