MSFT_SIPGlobalArchivingSetting class

 
Microsoft Office Live Communications Server 2005 with SP1

MSFT_SIPGlobalArchivingSetting

The MSFT_SIPGlobalArchivingSetting class defines the global archiving defaults for users.

The following syntax is simplified from MOF code and includes all inherited properties.

class MSFT_SIPGlobalArchivingSetting
{
  boolean ArchiveDefault;
  boolean ArchiveDefaultWithoutBody;
  boolean ArchiveFederationDefault;
  boolean ArchiveFederationDefaultWithoutBody;
  [key] string InstanceID;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPGlobalArchivingSetting class has the following properties.

  • ArchiveDefault
    Data type: boolean

    Specifies the global default for archiving user conversations.

    Value Description
    False The global default is that user conversations are not archived.
    True The global default is that user conversations are archived.

    The default value is false. This value can be NULL.

  • ArchiveDefaultWithoutBody
    Data type: boolean

    Specifies the global default for archiving the body of user messages. Its value is only meaningful when ArchiveDefault is set to true. This property can be NULL.

    Value Description
    False The global default is that the body of user messages is archived.
    True The global default is that the body of user messages is not archived.

    The default value is false.

  • ArchiveFederationDefault
    Data type: boolean

    Specifies the global default for archiving user conversations with federated users.

    Value Description
    False The global default is that conversations with federated users are not archived.
    True The global default is that conversations with federated users are archived.

    The default is false. This property can be NULL.

  • ArchiveFederationDefaultWithoutBody
    Data type: boolean

    Specifies the global default for archiving the body of federated user messages. Its value is only meaningful when ArchiveFederationDefault is set to true. This property can be NULL.

    Value Description
    False The global default is that the body of federated user messages is archived.
    True The global default is that the body of federated user messages is not archived.

    The default is false.

  • InstanceID
    Data type: [key] string

    A GUID value that uniquely identifies the global archiving setting. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

    This property cannot be updated.

Remarks

Instances of this class can only be updated. For PutInstance operations, only WBEM_FLAG_UPDATE_ONLY flag is supported.

Requirements

Server: Installed on Windows Server 2003 with Live Communications Server 2005 with SP1.
Namespace: Defined in \root\cimv2.

See Also

Live Communications Server WMI Reference

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.