Gets a System.Object representing a message store property.
Visual Basic Public Function GetStoreProperty( _ ByVal propName As String _ ) As Object
C# public object GetStoreProperty( string propName );
propName The pre-defined or custom property name.
The property value.
You can use this method to access pre-defined or user-defined client store properties.
For a list of pre-defined properties, see MessageStoreProperties class.
For more information, see Client message store properties.
QAException class - Thrown if the property does not exist
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |