beginEnumStorePropertyNames function

Syntax
qa_store_property_enum_handle QAManagerBase::beginEnumStorePropertyNames()
Remarks

Begins an enumeration of message store property names.

The handle returned by this method is supplied to the nextStorePropertyName method. The beginEnumStorePropertyNames method and the nextStorePropertyName can be used to enumerate the message store property names at the time this method was called. Message store properties cannot be set between the beginEnumStorePropertyNames and the endEnumStorePropertyNames calls.

See Also

nextStorePropertyName function

beginEnumStorePropertyNames function

endEnumStorePropertyNames function

Returns

A handle that is supplied to nextStorePropertyName.