IMessagingManagerResendMessages 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 ResendMessages(
IEnumerable<long> originalMessageIds,
DateTime utcTimeToSend
)
Sub ResendMessages (
originalMessageIds As IEnumerable(Of Long),
utcTimeToSend As DateTime
)
Parameters
- originalMessageIds
- Type: System.Collections.GenericIEnumerableInt64
The archive id of the message - utcTimeToSend
- Type: SystemDateTime
The time to send the message. In UTC
ExceptionsException | Condition |
---|
ArgumentNullException | Thrown if originalMessageIds is null |
InvalidOperationException | Thrown when a message has already been sent |
See Also