package
0.0.0-20220530105605-7cd2dfd380db
Repository: https://github.com/stack11/go-exactonline.git
Documentation: pkg.go.dev

# Functions

NewMailboxService creates a new initialized instance of the MailboxService.

# Structs

DefaultMailbox: Service: Mailbox Entity: DefaultMailbox URL: /api/v1/{division}/read/mailbox/DefaultMailbox HasWebhook: false IsInBeta: false Methods: GET Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=ReadMailboxDefaultMailbox.
Mailboxes: Service: Mailbox Entity: Mailboxes URL: /api/v1/{division}/mailbox/Mailboxes HasWebhook: false IsInBeta: false Methods: GET POST PUT DELETE Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=MailboxMailboxes.
MailboxService is responsible for communication with the Mailbox endpoints of the Exact Online API.
MailMessageAttachments: Service: Mailbox Entity: MailMessageAttachments URL: /api/v1/{division}/mailbox/MailMessageAttachments HasWebhook: true IsInBeta: false Methods: GET POST Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=MailboxMailMessageAttachments.
MailMessagesReceived: Service: Mailbox Entity: MailMessagesReceived URL: /api/v1/{division}/mailbox/MailMessagesReceived HasWebhook: true IsInBeta: false Methods: GET Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=MailboxMailMessagesReceived.
MailMessagesSent: Service: Mailbox Entity: MailMessagesSent URL: /api/v1/{division}/mailbox/MailMessagesSent HasWebhook: true IsInBeta: false Methods: GET POST Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=MailboxMailMessagesSent.
PreferredMailbox: Service: Mailbox Entity: PreferredMailbox URL: /api/v1/{division}/read/mailbox/PreferredMailbox HasWebhook: false IsInBeta: false Methods: GET Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=ReadMailboxPreferredMailbox.

# Type aliases

DefaultMailboxEndpoint is responsible for communicating with the DefaultMailbox endpoint of the Mailbox service.
MailboxesEndpoint is responsible for communicating with the Mailboxes endpoint of the Mailbox service.
MailMessageAttachmentsEndpoint is responsible for communicating with the MailMessageAttachments endpoint of the Mailbox service.
MailMessagesReceivedEndpoint is responsible for communicating with the MailMessagesReceived endpoint of the Mailbox service.
MailMessagesSentEndpoint is responsible for communicating with the MailMessagesSent endpoint of the Mailbox service.
PreferredMailboxEndpoint is responsible for communicating with the PreferredMailbox endpoint of the Mailbox service.