Conversation.GlobalLastDeliveryTime Property

Definition

Gets the delivery time of the message that was last received in this conversation across all folders in the mailbox..

public:
 property DateTime GlobalLastDeliveryTime { DateTime get(); };
public DateTime GlobalLastDeliveryTime { get; }
Public ReadOnly Property GlobalLastDeliveryTime As DateTime

Property Value

The delivery time of the last conversation item.

Remarks

Use the LastDeliveryTime property to get the delivery time of the conversation item that was last received in the current folder.

Applies to