Giter VIP home page Giter VIP logo

go-ews's People

Contributors

beorereleverion avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

go-ews's Issues

ews client error

image

when use getUserAbility API to do client.DoRequest(),the error will occur.

feature request: support array elements

	// The ToRecipients element contains an array of recipients of an item. These are the primary recipients of an item.
	ToRecipients *ToRecipients `xml:"ToRecipients"`

Unable to createItem with the given example

Hello,

First of all, I'm not a very advanced Golang developper. Sorry in advance if the issue is my fault.

I tried to create a new item via the createItem, but I'm getting the following exception:
At least one recipient isn't valid., A message can't be sent because it contains no recipients.

After a lot of different tests, I've finally decided to test your example file against my Exchange server. The DUMP looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages">
	<soap:Body>
		<m:CreateItem MessageDisposition="SendAndSaveCopy">
			<m:Items>
				<t:Message>
					<t:Body BodyType="Text">Priority - Update specification</t:Body>
					<t:IsRead>false</t:IsRead>
					<t:ItemClass>IPM.Note</t:ItemClass>
					<t:Subject>Project Action</t:Subject>
					<ToRecipients>
						<Mailbox>
							<EmailAddress>[email protected]</EmailAddress>
						</Mailbox>
					</ToRecipients>
				</t:Message>
			</m:Items>
			<m:SavedItemFolderId>
				<t:DistinguishedFolderId Id="drafts"/>
			</m:SavedItemFolderId>
		</m:CreateItem>
	</soap:Body>
</soap:Envelope>

See how the ToRecipients is wrong. It should be <t:ToRecipients> right? The same for the childs.

I guess the Exchange server does not recognize the recipients because of this incorrect xml formatting.

What do you think?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.