forward

package
v0.43.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateForwardPostRequestBodyFromDiscriminatorValue added in v0.24.0

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

Types

type ForwardPostRequestBody added in v0.24.0

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

ForwardPostRequestBody provides operations to call the forward method.

func NewForwardPostRequestBody added in v0.24.0

func NewForwardPostRequestBody() *ForwardPostRequestBody

NewForwardPostRequestBody instantiates a new forwardPostRequestBody and sets the default values.

func (*ForwardPostRequestBody) GetAdditionalData added in v0.24.0

func (m *ForwardPostRequestBody) 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 (*ForwardPostRequestBody) GetComment added in v0.24.0

func (m *ForwardPostRequestBody) GetComment() *string

GetComment gets the comment property value. The Comment property

func (*ForwardPostRequestBody) GetFieldDeserializers added in v0.24.0

GetFieldDeserializers the deserialization information for the current model

func (*ForwardPostRequestBody) GetMessage added in v0.24.0

GetMessage gets the message property value. The Message property

func (*ForwardPostRequestBody) GetToRecipients added in v0.24.0

GetToRecipients gets the toRecipients property value. The ToRecipients property

func (*ForwardPostRequestBody) Serialize added in v0.24.0

Serialize serializes information the current object

func (*ForwardPostRequestBody) SetAdditionalData added in v0.24.0

func (m *ForwardPostRequestBody) 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 (*ForwardPostRequestBody) SetComment added in v0.24.0

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

SetComment sets the comment property value. The Comment property

func (*ForwardPostRequestBody) SetMessage added in v0.24.0

SetMessage sets the message property value. The Message property

func (*ForwardPostRequestBody) SetToRecipients added in v0.24.0

SetToRecipients sets the toRecipients property value. The ToRecipients property

type ForwardRequestBuilder

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

ForwardRequestBuilder provides operations to call the forward method.

func NewForwardRequestBuilder

NewForwardRequestBuilder instantiates a new ForwardRequestBuilder and sets the default values.

func NewForwardRequestBuilderInternal

func NewForwardRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ForwardRequestBuilder

NewForwardRequestBuilderInternal instantiates a new ForwardRequestBuilder and sets the default values.

func (*ForwardRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the **body** property of the `message` parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the `toRecipients` parameter or the **toRecipients** property of the `message` parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. 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. This method saves the message in the **Sent Items** folder. Alternatively, create a draft to forward a message, and send it later.

func (*ForwardRequestBuilder) Post

Post forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the **body** property of the `message` parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the `toRecipients` parameter or the **toRecipients** property of the `message` parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. 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. This method saves the message in the **Sent Items** folder. Alternatively, create a draft to forward a message, and send it later.

type ForwardRequestBuilderPostRequestConfiguration added in v0.22.0

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

ForwardRequestBuilderPostRequestConfiguration 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