delta

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2021 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
}

func NewDelta

func NewDelta() *Delta

Instantiates a new delta and sets the default values.

func (*Delta) GetAttachments

Gets the attachments property value. The fileAttachment and itemAttachment attachments for the message.

func (*Delta) GetBccRecipients

Gets the bccRecipients property value. The Bcc: recipients for the message.

func (*Delta) 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

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

func (*Delta) GetCcRecipients

Gets the ccRecipients property value. The Cc: recipients for the message.

func (*Delta) GetConversationId

func (m *Delta) GetConversationId() *string

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

func (*Delta) GetConversationIndex

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

Gets the conversationIndex property value. Indicates the position of the message within the conversation.

func (*Delta) 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

The deserialization information for the current model

func (*Delta) 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

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

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

Gets the importance property value.

func (*Delta) GetInferenceClassification

Gets the inferenceClassification property value.

func (*Delta) GetInternetMessageHeaders

Gets the internetMessageHeaders property value.

func (*Delta) GetInternetMessageId

func (m *Delta) GetInternetMessageId() *string

Gets the internetMessageId property value.

func (*Delta) GetIsDeliveryReceiptRequested

func (m *Delta) GetIsDeliveryReceiptRequested() *bool

Gets the isDeliveryReceiptRequested property value.

func (*Delta) GetIsDraft

func (m *Delta) GetIsDraft() *bool

Gets the isDraft property value.

func (*Delta) GetIsRead

func (m *Delta) GetIsRead() *bool

Gets the isRead property value.

func (*Delta) GetIsReadReceiptRequested

func (m *Delta) GetIsReadReceiptRequested() *bool

Gets the isReadReceiptRequested property value.

func (*Delta) 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

Gets the parentFolderId property value.

func (*Delta) GetReceivedDateTime

Gets the receivedDateTime property value.

func (*Delta) GetReplyTo

Gets the replyTo property value.

func (*Delta) GetSender

Gets the sender property value.

func (*Delta) GetSentDateTime

Gets the sentDateTime property value.

func (*Delta) 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

Gets the subject property value.

func (*Delta) GetToRecipients

Gets the toRecipients property value.

func (*Delta) GetUniqueBody

Gets the uniqueBody property value.

func (m *Delta) GetWebLink() *string

Gets the webLink property value.

func (*Delta) IsNil

func (m *Delta) IsNil() bool

func (*Delta) Serialize

Serializes information the current object Parameters:

  • writer : Serialization writer to use to serialize this model

func (*Delta) SetAttachments

Sets the attachments property value. The fileAttachment and itemAttachment attachments for the message. Parameters:

  • value : Value to set for the attachments property.

func (*Delta) SetBccRecipients

Sets the bccRecipients property value. The Bcc: recipients for the message. Parameters:

  • value : Value to set for the bccRecipients property.

func (*Delta) 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. Parameters:

  • value : Value to set for the body property.

func (*Delta) SetBodyPreview

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

Sets the bodyPreview property value. The first 255 characters of the message body. It is in text format. Parameters:

  • value : Value to set for the bodyPreview property.

func (*Delta) SetCcRecipients

Sets the ccRecipients property value. The Cc: recipients for the message. Parameters:

  • value : Value to set for the ccRecipients property.

func (*Delta) SetConversationId

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

Sets the conversationId property value. The ID of the conversation the email belongs to. Parameters:

  • value : Value to set for the conversationId property.

func (*Delta) SetConversationIndex

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

Sets the conversationIndex property value. Indicates the position of the message within the conversation. Parameters:

  • value : Value to set for the conversationIndex property.

func (*Delta) SetExtensions

Sets the extensions property value. The collection of open extensions defined for the message. Nullable. Parameters:

  • value : Value to set for the extensions property.

func (*Delta) SetFlag

Sets the flag property value. The flag value that indicates the status, start date, due date, or completion date for the message. Parameters:

  • value : Value to set for the flag property.

func (*Delta) 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. Parameters:

  • value : Value to set for the from property.

func (*Delta) SetHasAttachments

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

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'>. Parameters:

  • value : Value to set for the hasAttachments property.

func (*Delta) SetImportance

Sets the importance property value. Parameters:

  • value : Value to set for the importance property.

func (*Delta) SetInferenceClassification

Sets the inferenceClassification property value. Parameters:

  • value : Value to set for the inferenceClassification property.

func (*Delta) SetInternetMessageHeaders

Sets the internetMessageHeaders property value. Parameters:

  • value : Value to set for the internetMessageHeaders property.

func (*Delta) SetInternetMessageId

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

Sets the internetMessageId property value. Parameters:

  • value : Value to set for the internetMessageId property.

func (*Delta) SetIsDeliveryReceiptRequested

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

Sets the isDeliveryReceiptRequested property value. Parameters:

  • value : Value to set for the isDeliveryReceiptRequested property.

func (*Delta) SetIsDraft

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

Sets the isDraft property value. Parameters:

  • value : Value to set for the isDraft property.

func (*Delta) SetIsRead

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

Sets the isRead property value. Parameters:

  • value : Value to set for the isRead property.

func (*Delta) SetIsReadReceiptRequested

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

Sets the isReadReceiptRequested property value. Parameters:

  • value : Value to set for the isReadReceiptRequested property.

func (*Delta) SetMultiValueExtendedProperties

Sets the multiValueExtendedProperties property value. The collection of multi-value extended properties defined for the message. Nullable. Parameters:

  • value : Value to set for the multiValueExtendedProperties property.

func (*Delta) SetParentFolderId

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

Sets the parentFolderId property value. Parameters:

  • value : Value to set for the parentFolderId property.

func (*Delta) SetReceivedDateTime

Sets the receivedDateTime property value. Parameters:

  • value : Value to set for the receivedDateTime property.

func (*Delta) SetReplyTo

Sets the replyTo property value. Parameters:

  • value : Value to set for the replyTo property.

func (*Delta) SetSender

Sets the sender property value. Parameters:

  • value : Value to set for the sender property.

func (*Delta) SetSentDateTime

Sets the sentDateTime property value. Parameters:

  • value : Value to set for the sentDateTime property.

func (*Delta) SetSingleValueExtendedProperties

Sets the singleValueExtendedProperties property value. The collection of single-value extended properties defined for the message. Nullable. Parameters:

  • value : Value to set for the singleValueExtendedProperties property.

func (*Delta) SetSubject

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

Sets the subject property value. Parameters:

  • value : Value to set for the subject property.

func (*Delta) SetToRecipients

Sets the toRecipients property value. Parameters:

  • value : Value to set for the toRecipients property.

func (*Delta) SetUniqueBody

Sets the uniqueBody property value. Parameters:

  • value : Value to set for the uniqueBody property.
func (m *Delta) SetWebLink(value *string)

Sets the webLink property value. Parameters:

  • value : Value to set for the webLink property.

type DeltaRequestBuilder

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

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

func NewDeltaRequestBuilder

Instantiates a new DeltaRequestBuilder and sets the default values. Parameters:

  • rawUrl : The raw URL to use for the request builder.
  • requestAdapter : The request adapter to use to execute the requests.

func NewDeltaRequestBuilderInternal

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

Instantiates a new DeltaRequestBuilder and sets the default values. Parameters:

  • pathParameters : Path parameters for the request
  • requestAdapter : The request adapter to use to execute the requests.

func (*DeltaRequestBuilder) CreateGetRequestInformation

Invoke function delta Parameters:

  • options : Options for the request

func (*DeltaRequestBuilder) Get

Invoke function delta Parameters:

  • options : Options for the request

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
}

Options for Get

Jump to

Keyboard shortcuts

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