EmailMessage.ChangeNumber 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 current change number which is incremented for each change made to an email message.
public:
property unsigned long long ChangeNumber { unsigned long long get(); };
uint64_t ChangeNumber();
public ulong ChangeNumber { get; }
var uInt64 = emailMessage.changeNumber;
Public ReadOnly Property ChangeNumber As ULong
Property Value
The current change number .
Windows requirements
App capabilities |
email
emailSystem
|