Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoveEmailRequestBuilder ¶
type RemoveEmailRequestBuilder struct {
// contains filtered or unexported fields
}
RemoveEmailRequestBuilder provides operations to call the removeEmail method.
func NewRemoveEmailRequestBuilder ¶
func NewRemoveEmailRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemoveEmailRequestBuilder
NewRemoveEmailRequestBuilder instantiates a new RemoveEmailRequestBuilder and sets the default values.
func NewRemoveEmailRequestBuilderInternal ¶
func NewRemoveEmailRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemoveEmailRequestBuilder
NewRemoveEmailRequestBuilderInternal instantiates a new RemoveEmailRequestBuilder and sets the default values.
func (*RemoveEmailRequestBuilder) CreatePostRequestInformation ¶
func (m *RemoveEmailRequestBuilder) CreatePostRequestInformation(ctx context.Context, requestConfiguration *RemoveEmailRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client.
func (*RemoveEmailRequestBuilder) Post ¶
func (m *RemoveEmailRequestBuilder) Post(ctx context.Context, requestConfiguration *RemoveEmailRequestBuilderPostRequestConfiguration) error
Post remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client.
type RemoveEmailRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type RemoveEmailRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
RemoveEmailRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.