Exchange archiving
This commit is contained in:
parent
5f951183e3
commit
7755217dfb
21 changed files with 1485 additions and 265 deletions
|
@ -6965,5 +6965,38 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Archiving
|
||||
public virtual void SetMailBoxArchiving(string organizationId, string accountName, bool archive, long archiveQuotaKB, long archiveWarningQuotaKB, string RetentionPolicy)
|
||||
{
|
||||
// not implemented
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Retention policy
|
||||
|
||||
public virtual void SetRetentionPolicyTag(string Identity, ExchangeRetentionPolicyTagType Type, int AgeLimitForRetention, ExchangeRetentionPolicyTagAction RetentionAction)
|
||||
{
|
||||
// not implemented
|
||||
}
|
||||
|
||||
public virtual void RemoveRetentionPolicyTag(string Identity)
|
||||
{
|
||||
// not implemented
|
||||
}
|
||||
|
||||
public virtual void SetRetentionPolicy(string Identity, string[] RetentionPolicyTagLinks)
|
||||
{
|
||||
// not implemented
|
||||
}
|
||||
|
||||
public virtual void RemoveRetentionPolicy(string Identity)
|
||||
{
|
||||
// not implemented
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue