<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
<soap:Header>
<t:RequestServerVersion Version="Exchange2007_SP1" />
</soap:Header>
<soap:Body>
<GetFolder xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
	<FolderShape>
		<t:BaseShape>IdOnly</t:BaseShape>
		<t:AdditionalProperties>
			<t:FieldURI FieldURI="folder:DisplayName" />
		</t:AdditionalProperties>
	</FolderShape>
	<FolderIds>
		<t:DistinguishedFolderId Id="inbox" />
<t:DistinguishedFolderId Id="junkemail" />
<t:DistinguishedFolderId Id="drafts" />
<t:DistinguishedFolderId Id="sentitems" />
<t:DistinguishedFolderId Id="deleteditems" />
<t:DistinguishedFolderId Id="outbox" />
	</FolderIds>
</GetFolder>
</soap:Body>
</soap:Envelope>
