Case.CreateExport method (Boolean, Boolean, Boolean)

Creates a new Export object.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Function CreateExport ( _
    includeVersions As Boolean, _
    rightsManagement As Boolean, _
    exportStructure As Boolean _
) As Export
'Usage
Dim instance As Case
Dim includeVersions As Boolean
Dim rightsManagement As Boolean
Dim exportStructure As Boolean
Dim returnValue As Export

returnValue = instance.CreateExport(includeVersions, _
    rightsManagement, exportStructure)
public Export CreateExport(
    bool includeVersions,
    bool rightsManagement,
    bool exportStructure
)

Parameters

  • includeVersions
    Type: System.Boolean

    Specifies whether to include versions on export.

  • rightsManagement
    Type: System.Boolean

    Specifies whether to include encrypted or unrecognized formats.

  • exportStructure
    Type: System.Boolean

    Specifies whether to duplicate mailbox content.

Return value

Type: Microsoft.Office.Server.Discovery.Export
A new Export object.

Remarks

The Export object is not added until Update is called.

See also

Reference

Case class

Case members

CreateExport overload

Microsoft.Office.Server.Discovery namespace