Click or drag to resize
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.Messaging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void ResendMessages(
	IEnumerable<long> originalMessageIds,
	DateTime utcTimeToSend
)

Parameters

originalMessageIds
Type: System.Collections.GenericIEnumerableInt64
The archive id of the message
utcTimeToSend
Type: SystemDateTime
The time to send the message. In UTC
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if originalMessageIds is null
InvalidOperationExceptionThrown when a message has already been sent
See Also