Click or drag to resize

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
)

Parameters

sid
Type: SystemString
The 34 character identifier of the message

Return Value

Type: MessageInfo
A MessageInfo object.
See Also