PropagateSettings Method
PropagateSettings Method
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
The PropagateSettings method propagates the folder settings to all of its children.
Applies To
The PropagateSettings method is a member of the Exchange_PublicFolder Class.
Instance Path
The PropagateSettings method appears on instances of the \\COMPUTERNAME\ROOT\MicrosoftExchangeV2:Exchange_PublicFolder class.
MOF Syntax
[implemented] void PropagateSettings( [IN, Bitmap{"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11"}, BitValues{"AdministrativeRights", "AgeLimits", "DeletedItemLifetime", "FolderRights", "IsPerUserReadDisabled", "IsMailEnabled", "ReplicaList", "ReplicationMessagePriority", "ReplicationSchedule", "PublishInAddressBook", "StorageLimits"}] uint32 Settings, [IN, OPTIONAL] boolean StopOnError = TRUE);
Qualifiers
implemented
Parameters
Parameter | Description |
---|---|
Settings | Settings is an unsigned 32-bit integer (uint32, CIMTYPE=19) input parameter. The Parameter Value Mappings section of this topic lists the bitmap values for this parameter. |
StopOnError | StopOnError is a boolean value (boolean, CIMTYPE=11) optional input parameter. |
Parameter Value Mappings
Settings Parameter Bitmap
The following table lists the Settings parameter bit assignments.
Value Name | Bit | Description |
---|---|---|
AdministrativeRights | 0 | |
AgeLimits | 1 | |
DeletedItemLifetime | 2 | |
FolderRights | 3 | |
IsPerUserReadDisabled | 4 | |
IsMailEnabled | 5 | |
ReplicaList | 6 | |
ReplicationMessagePriority | 7 | |
ReplicationSchedule | 8 | |
PublishInAddressBook | 9 | |
StorageLimits | 10 |
Send us your feedback about the Microsoft Exchange Server 2003 SDK.
Build: June 2007 (2007.618.1)
© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.