Indicates message priority.
[Visual Basic 6.0] Property Priority As Empty
[Visual Basic .NET] Public Property Priority As Integer
[C#] public int Priority {get; set;}
[Java] public int getPriority() throws IOException, AutomationException
[Java] public void setPriority( Long Priority ) throws IOException, AutomationException
[C++]
HRESULT get_Priority(
Long* pVal
);
[C++] HRESULT put_Priority( Long pVal);
Parameters
pVal [out, retval]
pVal is a parameter of type Long
pVal [in]
pVal is a parameter of type Long