SendReceipt Class

Definition

The object returned in the QueueMessageList array when calling Put Message on a Queue.

public class SendReceipt
type SendReceipt = class
Public Class SendReceipt
Inheritance
SendReceipt

Properties

ExpirationTime

The time that the Message will expire and be automatically deleted.

InsertionTime

The time the Message was inserted into the Queue.

MessageId

The Id of the Message.

PopReceipt

This value is required to delete the Message. If deletion fails using this popreceipt then the message has been dequeued by another client.

TimeNextVisible

The time that the message will again become visible in the Queue.

Applies to