SensitivityLabelPolicy.CreateSensitivityLabelInitInfo method (Office)

Creates a new SensitivityLabelInitInfo object that can be passed to the CompleteInitialize method.

Syntax

expression.CreateSensitivityLabelInitInfo ()

expression A variable that represents a SensitivityLabelPolicy object.

Return value

SensitivityLabelInitInfo

Note

Returns an empty SensitivityLabelInitInfo object. The object should be filled by the user.

Example

The following example shows the usage of CreateSensitivityLabelInitInfo method.

Dim myInitInfo As Office.SensitivityLabelInitInfo

Set myInitInfo = Application.SensitivityLabelPolicy.CreateSensitivityLabelInitInfo()

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.