createreplyall

package
v0.41.1 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateCreateReplyAllPostRequestBodyFromDiscriminatorValue added in v0.24.0

CreateCreateReplyAllPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

Types

type CreateReplyAllPostRequestBody added in v0.24.0

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

CreateReplyAllPostRequestBody provides operations to call the createReplyAll method.

func NewCreateReplyAllPostRequestBody added in v0.24.0

func NewCreateReplyAllPostRequestBody() *CreateReplyAllPostRequestBody

NewCreateReplyAllPostRequestBody instantiates a new createReplyAllPostRequestBody and sets the default values.

func (*CreateReplyAllPostRequestBody) GetAdditionalData added in v0.24.0

func (m *CreateReplyAllPostRequestBody) GetAdditionalData() map[string]interface{}

GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*CreateReplyAllPostRequestBody) GetComment added in v0.24.0

func (m *CreateReplyAllPostRequestBody) GetComment() *string

GetComment gets the comment property value. The Comment property

func (*CreateReplyAllPostRequestBody) GetFieldDeserializers added in v0.24.0

GetFieldDeserializers the deserialization information for the current model

func (*CreateReplyAllPostRequestBody) GetMessage added in v0.24.0

GetMessage gets the message property value. The Message property

func (*CreateReplyAllPostRequestBody) Serialize added in v0.24.0

Serialize serializes information the current object

func (*CreateReplyAllPostRequestBody) SetAdditionalData added in v0.24.0

func (m *CreateReplyAllPostRequestBody) SetAdditionalData(value map[string]interface{})

SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*CreateReplyAllPostRequestBody) SetComment added in v0.24.0

func (m *CreateReplyAllPostRequestBody) SetComment(value *string)

SetComment sets the comment property value. The Comment property

func (*CreateReplyAllPostRequestBody) SetMessage added in v0.24.0

SetMessage sets the message property value. The Message property

type CreateReplyAllRequestBuilder

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

CreateReplyAllRequestBuilder provides operations to call the createReplyAll method.

func NewCreateReplyAllRequestBuilder

NewCreateReplyAllRequestBuilder instantiates a new CreateReplyAllRequestBuilder and sets the default values.

func NewCreateReplyAllRequestBuilderInternal

func NewCreateReplyAllRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CreateReplyAllRequestBuilder

NewCreateReplyAllRequestBuilderInternal instantiates a new CreateReplyAllRequestBuilder and sets the default values.

func (*CreateReplyAllRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the **body** property of the `message` parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the **replyTo** property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the **replyTo** and **toRecipients** properties, and not the recipients in the **from** and **toRecipients** properties. - You can update the draft later to add reply content to the **body** or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in **base64** format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action.

func (*CreateReplyAllRequestBuilder) CreatePostRequestInformationWithRequestConfiguration added in v0.22.0

CreatePostRequestInformationWithRequestConfiguration create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the **body** property of the `message` parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the **replyTo** property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the **replyTo** and **toRecipients** properties, and not the recipients in the **from** and **toRecipients** properties. - You can update the draft later to add reply content to the **body** or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in **base64** format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action.

func (*CreateReplyAllRequestBuilder) Post

Post create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the **body** property of the `message` parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the **replyTo** property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the **replyTo** and **toRecipients** properties, and not the recipients in the **from** and **toRecipients** properties. - You can update the draft later to add reply content to the **body** or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in **base64** format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action.

type CreateReplyAllRequestBuilderPostRequestConfiguration added in v0.22.0

type CreateReplyAllRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

CreateReplyAllRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

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