IMessagingManagerResendMessage Method |
[This is preliminary documentation and is subject to change.]
Flags an archived message to be resent at a specific time. It is not allowed to resend the same message more than once.
Namespace: Netadmin.Management.MessagingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid ResendMessage(
long originalMessageId,
DateTime utcTimeToSend
)
Sub ResendMessage (
originalMessageId As Long,
utcTimeToSend As DateTime
)
Parameters
- originalMessageId
- Type: SystemInt64
The archive id of the message - utcTimeToSend
- Type: SystemDateTime
The time to send the message. In UTC
ExceptionsException | Condition |
---|
InvalidOperationException | Thrown when a message has already been sent |
See Also