delta

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Delta

type Delta struct {
	i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OutlookItem
	// contains filtered or unexported fields
}

Delta

func NewDelta

func NewDelta() *Delta

NewDelta instantiates a new delta and sets the default values.

func (*Delta) GetAttachments

GetAttachments gets the attachments property value. The fileAttachment and itemAttachment attachments for the message.

func (*Delta) GetBccRecipients

GetBccRecipients gets the bccRecipients property value. The Bcc: recipients for the message.

func (*Delta) GetBody

GetBody gets the body property value. The body of the message. It can be in HTML or text format. Find out about safe HTML in a message body.

func (*Delta) GetBodyPreview

func (m *Delta) GetBodyPreview() *string

GetBodyPreview gets the bodyPreview property value. The first 255 characters of the message body. It is in text format.

func (*Delta) GetCcRecipients

GetCcRecipients gets the ccRecipients property value. The Cc: recipients for the message.

func (*Delta) GetConversationId

func (m *Delta) GetConversationId() *string

GetConversationId gets the conversationId property value. The ID of the conversation the email belongs to.

func (*Delta) GetConversationIndex

func (m *Delta) GetConversationIndex() []byte

GetConversationIndex gets the conversationIndex property value. Indicates the position of the message within the conversation.

func (*Delta) GetExtensions

GetExtensions gets the extensions property value. The collection of open extensions defined for the message. Nullable.

func (*Delta) GetFieldDeserializers

func (m *Delta) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error

GetFieldDeserializers the deserialization information for the current model

func (*Delta) GetFlag

GetFlag gets the flag property value. The flag value that indicates the status, start date, due date, or completion date for the message.

func (*Delta) GetFrom

GetFrom gets the from property value. The owner of the mailbox from which the message is sent. In most cases, this value is the same as the sender property, except for sharing or delegation scenarios. The value must correspond to the actual mailbox used. Find out more about setting the from and sender properties of a message.

func (*Delta) GetHasAttachments

func (m *Delta) GetHasAttachments() *bool

GetHasAttachments gets the hasAttachments property value. Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as <IMG src='cid:image001.jpg@01D26CD8.6C05F070'>.

func (*Delta) GetImportance

GetImportance gets the importance property value.

func (*Delta) GetInferenceClassification

GetInferenceClassification gets the inferenceClassification property value.

func (*Delta) GetInternetMessageHeaders

GetInternetMessageHeaders gets the internetMessageHeaders property value.

func (*Delta) GetInternetMessageId

func (m *Delta) GetInternetMessageId() *string

GetInternetMessageId gets the internetMessageId property value.

func (*Delta) GetIsDeliveryReceiptRequested

func (m *Delta) GetIsDeliveryReceiptRequested() *bool

GetIsDeliveryReceiptRequested gets the isDeliveryReceiptRequested property value.

func (*Delta) GetIsDraft

func (m *Delta) GetIsDraft() *bool

GetIsDraft gets the isDraft property value.

func (*Delta) GetIsRead

func (m *Delta) GetIsRead() *bool

GetIsRead gets the isRead property value.

func (*Delta) GetIsReadReceiptRequested

func (m *Delta) GetIsReadReceiptRequested() *bool

GetIsReadReceiptRequested gets the isReadReceiptRequested property value.

func (*Delta) GetMultiValueExtendedProperties

GetMultiValueExtendedProperties gets the multiValueExtendedProperties property value. The collection of multi-value extended properties defined for the message. Nullable.

func (*Delta) GetParentFolderId

func (m *Delta) GetParentFolderId() *string

GetParentFolderId gets the parentFolderId property value.

func (*Delta) GetReceivedDateTime

GetReceivedDateTime gets the receivedDateTime property value.

func (*Delta) GetReplyTo

GetReplyTo gets the replyTo property value.

func (*Delta) GetSender

GetSender gets the sender property value.

func (*Delta) GetSentDateTime

GetSentDateTime gets the sentDateTime property value.

func (*Delta) GetSingleValueExtendedProperties

GetSingleValueExtendedProperties gets the singleValueExtendedProperties property value. The collection of single-value extended properties defined for the message. Nullable.

func (*Delta) GetSubject

func (m *Delta) GetSubject() *string

GetSubject gets the subject property value.

func (*Delta) GetToRecipients

GetToRecipients gets the toRecipients property value.

func (*Delta) GetUniqueBody

GetUniqueBody gets the uniqueBody property value.

func (m *Delta) GetWebLink() *string

GetWebLink gets the webLink property value.

func (*Delta) IsNil

func (m *Delta) IsNil() bool

func (*Delta) Serialize

Serialize serializes information the current object

func (*Delta) SetAttachments

SetAttachments sets the attachments property value. The fileAttachment and itemAttachment attachments for the message.

func (*Delta) SetBccRecipients

SetBccRecipients sets the bccRecipients property value. The Bcc: recipients for the message.

func (*Delta) SetBody

SetBody sets the body property value. The body of the message. It can be in HTML or text format. Find out about safe HTML in a message body.

func (*Delta) SetBodyPreview

func (m *Delta) SetBodyPreview(value *string)

SetBodyPreview sets the bodyPreview property value. The first 255 characters of the message body. It is in text format.

func (*Delta) SetCcRecipients

SetCcRecipients sets the ccRecipients property value. The Cc: recipients for the message.

func (*Delta) SetConversationId

func (m *Delta) SetConversationId(value *string)

SetConversationId sets the conversationId property value. The ID of the conversation the email belongs to.

func (*Delta) SetConversationIndex

func (m *Delta) SetConversationIndex(value []byte)

SetConversationIndex sets the conversationIndex property value. Indicates the position of the message within the conversation.

func (*Delta) SetExtensions

SetExtensions sets the extensions property value. The collection of open extensions defined for the message. Nullable.

func (*Delta) SetFlag

SetFlag sets the flag property value. The flag value that indicates the status, start date, due date, or completion date for the message.

func (*Delta) SetFrom

SetFrom sets the from property value. The owner of the mailbox from which the message is sent. In most cases, this value is the same as the sender property, except for sharing or delegation scenarios. The value must correspond to the actual mailbox used. Find out more about setting the from and sender properties of a message.

func (*Delta) SetHasAttachments

func (m *Delta) SetHasAttachments(value *bool)

SetHasAttachments sets the hasAttachments property value. Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as <IMG src='cid:image001.jpg@01D26CD8.6C05F070'>.

func (*Delta) SetImportance

SetImportance sets the importance property value.

func (*Delta) SetInferenceClassification

SetInferenceClassification sets the inferenceClassification property value.

func (*Delta) SetInternetMessageHeaders

SetInternetMessageHeaders sets the internetMessageHeaders property value.

func (*Delta) SetInternetMessageId

func (m *Delta) SetInternetMessageId(value *string)

SetInternetMessageId sets the internetMessageId property value.

func (*Delta) SetIsDeliveryReceiptRequested

func (m *Delta) SetIsDeliveryReceiptRequested(value *bool)

SetIsDeliveryReceiptRequested sets the isDeliveryReceiptRequested property value.

func (*Delta) SetIsDraft

func (m *Delta) SetIsDraft(value *bool)

SetIsDraft sets the isDraft property value.

func (*Delta) SetIsRead

func (m *Delta) SetIsRead(value *bool)

SetIsRead sets the isRead property value.

func (*Delta) SetIsReadReceiptRequested

func (m *Delta) SetIsReadReceiptRequested(value *bool)

SetIsReadReceiptRequested sets the isReadReceiptRequested property value.

func (*Delta) SetMultiValueExtendedProperties

SetMultiValueExtendedProperties sets the multiValueExtendedProperties property value. The collection of multi-value extended properties defined for the message. Nullable.

func (*Delta) SetParentFolderId

func (m *Delta) SetParentFolderId(value *string)

SetParentFolderId sets the parentFolderId property value.

func (*Delta) SetReceivedDateTime

SetReceivedDateTime sets the receivedDateTime property value.

func (*Delta) SetReplyTo

SetReplyTo sets the replyTo property value.

func (*Delta) SetSender

SetSender sets the sender property value.

func (*Delta) SetSentDateTime

SetSentDateTime sets the sentDateTime property value.

func (*Delta) SetSingleValueExtendedProperties

SetSingleValueExtendedProperties sets the singleValueExtendedProperties property value. The collection of single-value extended properties defined for the message. Nullable.

func (*Delta) SetSubject

func (m *Delta) SetSubject(value *string)

SetSubject sets the subject property value.

func (*Delta) SetToRecipients

SetToRecipients sets the toRecipients property value.

func (*Delta) SetUniqueBody

SetUniqueBody sets the uniqueBody property value.

func (m *Delta) SetWebLink(value *string)

SetWebLink sets the webLink property value.

type DeltaRequestBuilder

type DeltaRequestBuilder struct {
	// contains filtered or unexported fields
}

DeltaRequestBuilder builds and executes requests for operations under \users\{user-id}\messages\microsoft.graph.delta()

func NewDeltaRequestBuilder

NewDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.

func NewDeltaRequestBuilderInternal

func NewDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DeltaRequestBuilder

NewDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.

func (*DeltaRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation invoke function delta

func (*DeltaRequestBuilder) Get

Get invoke function delta

type DeltaRequestBuilderGetOptions

type DeltaRequestBuilderGetOptions struct {
	// Request headers
	H map[string]string
	// Request options
	O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}

DeltaRequestBuilderGetOptions options for Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL