GetUserRetentionPolicyTags 操作
GetUserRetentionPolicyTags EWS 操作に関する情報を確認します。
GetUserRetentionPolicyTags 操作は、システム ポリシーによってユーザーに関連付けられている、またはユーザーによって適用されたすべての既定の、システム フォルダー、および個人用タグの一覧を取得します。
この操作は Exchange Server 2013 で導入されました。
GetUserRetentionPolicyTags 操作の使用
この操作は、表示名、保持 ID、保持期間、保持の種類、保持アクション、説明タグ、および IsVisible、 OptedInto、および IsArchive プロパティの値を返します。
GetUserRetentionPolicyTags 操作 SOAP ヘッダー
GetUserRetentionPolicyTags 操作では、次の表に示す SOAP ヘッダーを使用できます。
ヘッダー名 | 要素 | 説明 |
---|---|---|
RequestVersion |
RequestServerVersion |
操作要求のスキーマ バージョンを識別します。 これは要求に適用されます。 |
ServerVersion |
ServerVersionInfo |
要求に応答したサーバーのバージョンを識別します。 これは応答に適用されます。 |
GetUserRetentionPolicyTags 操作要求の例
GetUserRetentionPolicyTags 操作要求の次の例は、現在のユーザーのタグの一覧を取得する方法を示しています。
<?xml version="1.0" encoding="utf-8" ?>
<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"
xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages">
<soap:Header>
<t:RequestServerVersion Version="Exchange2013" />
</soap:Header>
<soap:Body>
<m:GetUserRetentionPolicyTags />
</soap:Body>
</soap:Envelope>
要求 SOAP 本文には、次の要素が含まれています。
GetUserRetentionPolicyTags 操作の応答に成功しました
次の例は、 GetUserRetentionPolicyTags 操作要求に対する正常な応答を示しています。
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:ServerVersionInfo MajorVersion="15"
MinorVersion="0"
MajorBuildNumber="179"
MinorBuildNumber="0"
Version="Exchange2013"
xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types"
xmlns="http://schemas.microsoft.com/exchange/services/2006/types"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</s:Header>
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<GetUserRetentionPolicyTagsResponse ResponseClass="Success"
xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
<ResponseCode>NoError</ResponseCode>
<RetentionPolicyTags>
<RetentionPolicyTag xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
<DisplayName>1 Year Delete</DisplayName>
<RetentionId>e66252f9-794f-4b36-b55e-d6d95fdf87a3</RetentionId>
<RetentionPeriod>365</RetentionPeriod>
<Type>Personal</Type>
<RetentionAction>DeleteAndAllowRecovery</RetentionAction>
<Description/>
<IsVisible>true</IsVisible>
<OptedInto>false</OptedInto>
<IsArchive>false</IsArchive>
</RetentionPolicyTag>
<RetentionPolicyTag xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
<DisplayName>Personal 1 year move to archive</DisplayName>
<RetentionId>b2a29464-649c-4174-932b-6aaac9811c89</RetentionId>
<RetentionPeriod>365</RetentionPeriod>
<Type>Personal</Type>
<RetentionAction>MoveToArchive</RetentionAction>
<Description/>
<IsVisible>true</IsVisible>
<OptedInto>false</OptedInto>
<IsArchive>true</IsArchive>
</RetentionPolicyTag>
<RetentionPolicyTag xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
<DisplayName>Sent Items</DisplayName>
<RetentionId>b0d32f1b-fbd0-4c1d-ba3e-ddd1086ea1d3</RetentionId>
<RetentionPeriod>365</RetentionPeriod>
<Type>SentItems</Type>
<RetentionAction>DeleteAndAllowRecovery</RetentionAction>
<Description/>
<IsVisible>false</IsVisible>
<OptedInto>false</OptedInto>
<IsArchive>false</IsArchive>
</RetentionPolicyTag>
<RetentionPolicyTag xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
<DisplayName>Default 1 year delete</DisplayName>
<RetentionId>29fc9b9d-98b0-4c01-acf8-3996e2afce98</RetentionId>
<RetentionPeriod>365</RetentionPeriod>
<Type>All</Type>
<RetentionAction>DeleteAndAllowRecovery</RetentionAction>
<Description/>
<IsVisible>false</IsVisible>
<OptedInto>false</OptedInto>
<IsArchive>false</IsArchive>
</RetentionPolicyTag>
<RetentionPolicyTag xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
<DisplayName>Two Year Retention</DisplayName>
<RetentionId>a1a38957-2557-404e-9f32-53d77c948f62</RetentionId>
<RetentionPeriod>730</RetentionPeriod>
<Type>Personal</Type>
<RetentionAction>DeleteAndAllowRecovery</RetentionAction>
<Description>Use this tag for all items to be retained for two years.</Description>
<IsVisible>true</IsVisible>
<OptedInto>true</OptedInto>
<IsArchive>false</IsArchive>
</RetentionPolicyTag>
<RetentionPolicyTag xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
<DisplayName>Default two year move to archive</DisplayName>
<RetentionId>75bc8dbe-a0e8-4e09-9fa3-fd4c21f49318</RetentionId>
<RetentionPeriod>730</RetentionPeriod>
<Type>All</Type>
<RetentionAction>MoveToArchive</RetentionAction>
<Description/>
<IsVisible>false</IsVisible>
<OptedInto>false</OptedInto>
<IsArchive>true</IsArchive>
</RetentionPolicyTag>
</RetentionPolicyTags>
</GetUserRetentionPolicyTagsResponse>
</s:Body>
</s:Envelope>
応答 SOAP 本文には、次の要素が含まれています。
GetUserRetentionPolicyTags 操作エラー応答
EWS に一般的なエラー コードについては、「 ResponseCode」を参照してください。