getmailtips

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetMailTips

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

GetMailTips

func NewGetMailTips

func NewGetMailTips() *GetMailTips

NewGetMailTips instantiates a new getMailTips and sets the default values.

func (*GetMailTips) GetAdditionalData

func (m *GetMailTips) 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 (*GetMailTips) GetAutomaticReplies

GetAutomaticReplies gets the automaticReplies property value. Mail tips for automatic reply if it has been set up by the recipient.

func (*GetMailTips) GetCustomMailTip

func (m *GetMailTips) GetCustomMailTip() *string

GetCustomMailTip gets the customMailTip property value. A custom mail tip that can be set on the recipient's mailbox.

func (*GetMailTips) GetDeliveryRestricted

func (m *GetMailTips) GetDeliveryRestricted() *bool

GetDeliveryRestricted gets the deliveryRestricted property value. Whether the recipient's mailbox is restricted, for example, accepting messages from only a predefined list of senders, rejecting messages from a predefined list of senders, or accepting messages from only authenticated senders.

func (*GetMailTips) GetEmailAddress

GetEmailAddress gets the emailAddress property value. The email address of the recipient to get mailtips for.

func (*GetMailTips) GetError

GetError gets the error property value. Errors that occur during the getMailTips action.

func (*GetMailTips) GetExternalMemberCount

func (m *GetMailTips) GetExternalMemberCount() *int32

GetExternalMemberCount gets the externalMemberCount property value. The number of external members if the recipient is a distribution list.

func (*GetMailTips) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*GetMailTips) GetIsModerated

func (m *GetMailTips) GetIsModerated() *bool

GetIsModerated gets the isModerated property value. Whether sending messages to the recipient requires approval. For example, if the recipient is a large distribution list and a moderator has been set up to approve messages sent to that distribution list, or if sending messages to a recipient requires approval of the recipient's manager.

func (*GetMailTips) GetMailboxFull

func (m *GetMailTips) GetMailboxFull() *bool

GetMailboxFull gets the mailboxFull property value. The mailbox full status of the recipient.

func (*GetMailTips) GetMaxMessageSize

func (m *GetMailTips) GetMaxMessageSize() *int32

GetMaxMessageSize gets the maxMessageSize property value. The maximum message size that has been configured for the recipient's organization or mailbox.

func (*GetMailTips) GetRecipientScope

GetRecipientScope gets the recipientScope property value. The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.

func (*GetMailTips) GetRecipientSuggestions

GetRecipientSuggestions gets the recipientSuggestions property value. Recipients suggested based on previous contexts where they appear in the same message.

func (*GetMailTips) GetTotalMemberCount

func (m *GetMailTips) GetTotalMemberCount() *int32

GetTotalMemberCount gets the totalMemberCount property value. The number of members if the recipient is a distribution list.

func (*GetMailTips) IsNil

func (m *GetMailTips) IsNil() bool

func (*GetMailTips) Serialize

Serialize serializes information the current object

func (*GetMailTips) SetAdditionalData

func (m *GetMailTips) 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 (*GetMailTips) SetAutomaticReplies

SetAutomaticReplies sets the automaticReplies property value. Mail tips for automatic reply if it has been set up by the recipient.

func (*GetMailTips) SetCustomMailTip

func (m *GetMailTips) SetCustomMailTip(value *string)

SetCustomMailTip sets the customMailTip property value. A custom mail tip that can be set on the recipient's mailbox.

func (*GetMailTips) SetDeliveryRestricted

func (m *GetMailTips) SetDeliveryRestricted(value *bool)

SetDeliveryRestricted sets the deliveryRestricted property value. Whether the recipient's mailbox is restricted, for example, accepting messages from only a predefined list of senders, rejecting messages from a predefined list of senders, or accepting messages from only authenticated senders.

func (*GetMailTips) SetEmailAddress

SetEmailAddress sets the emailAddress property value. The email address of the recipient to get mailtips for.

func (*GetMailTips) SetError

SetError sets the error property value. Errors that occur during the getMailTips action.

func (*GetMailTips) SetExternalMemberCount

func (m *GetMailTips) SetExternalMemberCount(value *int32)

SetExternalMemberCount sets the externalMemberCount property value. The number of external members if the recipient is a distribution list.

func (*GetMailTips) SetIsModerated

func (m *GetMailTips) SetIsModerated(value *bool)

SetIsModerated sets the isModerated property value. Whether sending messages to the recipient requires approval. For example, if the recipient is a large distribution list and a moderator has been set up to approve messages sent to that distribution list, or if sending messages to a recipient requires approval of the recipient's manager.

func (*GetMailTips) SetMailboxFull

func (m *GetMailTips) SetMailboxFull(value *bool)

SetMailboxFull sets the mailboxFull property value. The mailbox full status of the recipient.

func (*GetMailTips) SetMaxMessageSize

func (m *GetMailTips) SetMaxMessageSize(value *int32)

SetMaxMessageSize sets the maxMessageSize property value. The maximum message size that has been configured for the recipient's organization or mailbox.

func (*GetMailTips) SetRecipientScope

SetRecipientScope sets the recipientScope property value. The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.

func (*GetMailTips) SetRecipientSuggestions

SetRecipientSuggestions sets the recipientSuggestions property value. Recipients suggested based on previous contexts where they appear in the same message.

func (*GetMailTips) SetTotalMemberCount

func (m *GetMailTips) SetTotalMemberCount(value *int32)

SetTotalMemberCount sets the totalMemberCount property value. The number of members if the recipient is a distribution list.

type GetMailTipsRequestBody

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

GetMailTipsRequestBody

func NewGetMailTipsRequestBody

func NewGetMailTipsRequestBody() *GetMailTipsRequestBody

NewGetMailTipsRequestBody instantiates a new getMailTipsRequestBody and sets the default values.

func (*GetMailTipsRequestBody) GetAdditionalData

func (m *GetMailTipsRequestBody) 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 (*GetMailTipsRequestBody) GetEmailAddresses

func (m *GetMailTipsRequestBody) GetEmailAddresses() []string

GetEmailAddresses gets the emailAddresses property value.

func (*GetMailTipsRequestBody) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*GetMailTipsRequestBody) GetMailTipsOptions

GetMailTipsOptions gets the mailTipsOptions property value.

func (*GetMailTipsRequestBody) IsNil

func (m *GetMailTipsRequestBody) IsNil() bool

func (*GetMailTipsRequestBody) Serialize

Serialize serializes information the current object

func (*GetMailTipsRequestBody) SetAdditionalData

func (m *GetMailTipsRequestBody) 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 (*GetMailTipsRequestBody) SetEmailAddresses

func (m *GetMailTipsRequestBody) SetEmailAddresses(value []string)

SetEmailAddresses sets the emailAddresses property value.

func (*GetMailTipsRequestBody) SetMailTipsOptions

SetMailTipsOptions sets the mailTipsOptions property value.

type GetMailTipsRequestBuilder

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

GetMailTipsRequestBuilder builds and executes requests for operations under \users\{user-id}\microsoft.graph.getMailTips

func NewGetMailTipsRequestBuilder

NewGetMailTipsRequestBuilder instantiates a new GetMailTipsRequestBuilder and sets the default values.

func NewGetMailTipsRequestBuilderInternal

func NewGetMailTipsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetMailTipsRequestBuilder

NewGetMailTipsRequestBuilderInternal instantiates a new GetMailTipsRequestBuilder and sets the default values.

func (*GetMailTipsRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation invoke action getMailTips

func (*GetMailTipsRequestBuilder) Post

Post invoke action getMailTips

type GetMailTipsRequestBuilderPostOptions

type GetMailTipsRequestBuilderPostOptions struct {
	//
	Body *GetMailTipsRequestBody
	// 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
}

GetMailTipsRequestBuilderPostOptions options for Post

Jump to

Keyboard shortcuts

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