IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

MessageUID Property

The unique identifier of the message as specified by the server.

Syntax

[VB.NET]
Public ReadOnlyProperty MessageUID As String

[C#]
public string MessageUID {get;}

Remarks

This property contains the unique identifier of the message as specified by the server. If the component is not connected, or MessageNumber does not contain a valid message number, the value of this property is an empty string. Otherwise, it contains the UID of the mail message as reported by the server.

The MailServer is asked about the UID of the message only if the MessageNumber property has changed. If MessageNumber has not changed, the component returns a cached value.

This property is read-only.

Default Value

""

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]