EWS2010sp1

package
v0.0.0-...-371251c Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2017 License: GPL-3.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	SubscribeNewMessages(ctx context.Context, username, password string, cb func(ctx context.Context, err error, eArgs *NewMessageEventArgs)) NewMessagesSubscription
}

func NewClient

func NewClient(endpoint string) Client

type NewMessageEventArgs

type NewMessageEventArgs struct {
	Subject   string
	From      string
	FromEmail string
}

type NewMessagesSubscription

type NewMessagesSubscription interface {
	Dispose()
}

Jump to

Keyboard shortcuts

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