CommunicationMessagesModelFactory.SendMessageResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SendMessageResult.
public static Azure.Communication.Messages.SendMessageResult SendMessageResult (System.Collections.Generic.IEnumerable<Azure.Communication.Messages.MessageReceipt> receipts = default);
static member SendMessageResult : seq<Azure.Communication.Messages.MessageReceipt> -> Azure.Communication.Messages.SendMessageResult
Public Shared Function SendMessageResult (Optional receipts As IEnumerable(Of MessageReceipt) = Nothing) As SendMessageResult
Parameters
- receipts
- IEnumerable<MessageReceipt>
Receipts of the send message operation.
Returns
A new SendMessageResult instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET