SensitivityLabelPolicy.BeginInitialize method (Office)

Begins the SensitivityLabelPolicy initialization sequence.

Syntax

expression.BeginInitialize ()

expression A variable that represents a SensitivityLabelPolicy object.

Return value

String

Note

A String value that represents the highest supported version of the label policy that should be passed to CompleteInitialize method.

Example

The following example shows the usage of BeginInitialize method.

Dim supportedPolicyVersion As String

supportedPolicyVersion = Application.SensitivityLabelPolicy.BeginInitialize

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.