IMessageGetMessage Method |
Returns information about a specific message.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax MessageInfo GetMessage(
string sid
)
Function GetMessage (
sid As String
) As MessageInfo
Parameters
- sid
- Type: SystemString
The 34 character identifier of the message
Return Value
Type:
MessageInfoA
MessageInfo object.
See Also