 | MessageControllerGetMessageStatus2 Method |
Get the status of one or more messages.
Namespace:
MedTunnelMsg.Controllers
Assembly:
MedTunnelMsg (in MedTunnelMsg.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Result GetMessageStatus2(
string ApplicationId,
string LocationId,
string MedTunnelId,
string MedTunnelPassword,
string MessageIds,
int MailBoxId
)
Public Function GetMessageStatus2 (
ApplicationId As String,
LocationId As String,
MedTunnelId As String,
MedTunnelPassword As String,
MessageIds As String,
MailBoxId As Integer
) As Result
public:
Result^ GetMessageStatus2(
String^ ApplicationId,
String^ LocationId,
String^ MedTunnelId,
String^ MedTunnelPassword,
String^ MessageIds,
int MailBoxId
)
member GetMessageStatus2 :
ApplicationId : string *
LocationId : string *
MedTunnelId : string *
MedTunnelPassword : string *
MessageIds : string *
MailBoxId : int -> Result
Parameters
- ApplicationId
- Type: SystemString
Application Id - LocationId
- Type: SystemString
Location Id - MedTunnelId
- Type: SystemString
The User Name for the senders MedTunnel account - MedTunnelPassword
- Type: SystemString
The password for the sender's MedTunnel account - MessageIds
- Type: SystemString
A comma seperated list of internal Message Ids - MailBoxId
- Type: SystemInt32
Internal Mailbox Id
Return Value
Type:
ResultResult.Data contains a list of
MessageStatus objects. Result.ReturnCode values:
- 0 = An unknown error occurred
- 1 = Success
Examplescurl -X GET -k
-H "Authorization:PutAuthorizationTokenHere"
https://server.medtunnel.com/medtunnelmsg/api/Message/GetMessageStatus?MessageIds=35074,4056&MailBoxId=1096
See Also