EmailMeetingInfo.RemoteChangeNumber 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 or sets the change number on the server that identifies the meeting email change number.
public:
property unsigned long long RemoteChangeNumber { unsigned long long get(); void set(unsigned long long value); };
uint64_t RemoteChangeNumber();
void RemoteChangeNumber(uint64_t value);
public ulong RemoteChangeNumber { get; set; }
var uInt64 = emailMeetingInfo.remoteChangeNumber;
emailMeetingInfo.remoteChangeNumber = uInt64;
Public Property RemoteChangeNumber As ULong
Property Value
The change number on the server that identifies the meeting email change number.
Windows requirements
App capabilities |
email
emailSystem
|