EmailMessage.ChangeNumber Property

Definition

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

UInt64

unsigned long long

uint64_t

The current change number .

Windows requirements

App capabilities
email emailSystem

Applies to