messagerules

package
v0.47.0 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MessageRulesRequestBuilder

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

MessageRulesRequestBuilder provides operations to manage the messageRules property of the microsoft.graph.mailFolder entity.

func NewMessageRulesRequestBuilder

NewMessageRulesRequestBuilder instantiates a new MessageRulesRequestBuilder and sets the default values.

func NewMessageRulesRequestBuilderInternal

func NewMessageRulesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MessageRulesRequestBuilder

NewMessageRulesRequestBuilderInternal instantiates a new MessageRulesRequestBuilder and sets the default values.

func (*MessageRulesRequestBuilder) Count added in v0.13.0

Count provides operations to count the resources in the collection.

func (*MessageRulesRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation get all the messageRule objects defined for the user's inbox.

func (*MessageRulesRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions.

func (*MessageRulesRequestBuilder) Get

Get get all the messageRule objects defined for the user's inbox.

func (*MessageRulesRequestBuilder) Post

Post create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions.

type MessageRulesRequestBuilderGetQueryParameters

type MessageRulesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

MessageRulesRequestBuilderGetQueryParameters get all the messageRule objects defined for the user's inbox.

type MessageRulesRequestBuilderGetRequestConfiguration added in v0.22.0

type MessageRulesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *MessageRulesRequestBuilderGetQueryParameters
}

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

type MessageRulesRequestBuilderPostRequestConfiguration added in v0.22.0

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

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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