Conversation.GlobalLastDeliveryTime Property
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.
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.