Share via


otherOptions

Contains the miscellaneous options that can be set by the user using Microsoft Lync 2010.

<otherOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    majorVersion="xs:unsignedInt"
    minorVersion="xs:unsignedInt"
    [anyAttr]="any" 
    xmlns="https://schemas.microsoft.com/2006/09/sip/options/otherOptions">
    <permissions>element sequence</permissions>
    <voiceMailLastAccessTimestamp>xs:string</voiceMailLastAccessTimestamp>
    <missedConversationLastAccessTimestamp>xs:string</missedConversationLastAccessTimestamp>
    <privacyModeUserSelection>privacyModeUserSelectionEnumEx</privacyModeUserSelection>
    <currentPrivacyMode>privacyModeEnumEx</currentPrivacyMode>
    <lastQueryPrivacyEnabled>xs:boolean</lastQueryPrivacyEnabled>
    <publishEndpointLocation>xs:boolean</publishEndpointLocation>
    <ct:delimiter xmlns:ct="https://schemas.microsoft.com/2006/09/sip/commontypes" />
    <[any] xmlns="https://schemas.microsoft.com/2006/09/sip/options/otherOptions">any element for a schema extension</[any]>
    <ct:end/>
    <ct:extension>
        <[any] xmlns="any_namespace">any element for custom extension</[any]>
    </ct:extension>
</otherOptions>

otherOptionsType

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

majorVersion

Optional attribute to specify the major version number for the publication of this element.

minorVersion

Optional attribute to specify the minor version number for the publication of this element.

[anyAttr]

Optional custom attribute of any name in any namespace.

Child Elements

Element

Occurrence

Description

alerts/alertsWhenDoNotDisturb Element

1

A sequence of XML elements specifying the permissions configuration on Lync 2010.

alerts/notifyAdditionToContactList Element

0 or 1

alerts/showMessageTextForIncomingConversation Element

0 or 1

privacyModeUserSelection

0 or 1

User selection of the privacy mode.

New in the Microsoft Lync Server 2010 release.

currentPrivacyMode

0 or 1

Current privacy mode

New in the Lync Server 2010 release.

lastQueryPrivacyEnabled

0 or 1

A Boolean flag to indicate whether the last query of privacy is enabled or not.

New in the Lync Server 2010 release.

publishEndpointLocation

0 or 1

A Boolean flag to indicate whether to publish the endpoint location or not.

New in the Lync Server 2010 release.

extension

0 or 1

Application-dependent custom extension to this element.

delimiter

0 or more

A marker to begin a version-dependent schema extension.

[any]

0 or more

Custom element of any name in the same namespace describing a schema extension to this element. This element must be enclosed between a delimiter element and an end element or between a two delimiter elements.

end

0 or 1

The marker to end all the schema extensions.

Parent Elements

Element

Description

None

This is a top-level element as the value of an enhanced presence data of the alerts category name.

Text Value

None

Element Information

Namespace

https://schemas.microsoft.com/2006/09/sip/options/otherOptions

Schema Name

options-otherOptions

Validation File

options-otherOptions.xsd

Can be Empty

True

See Also

Other Resources

TopicLink