 | MessageThreadMessageNumber Property |
Gets message number of the message that is the root of this thread.
This property is null unless
Numbers is specified using
ResultsAs(ResultType) method.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic long? MessageNumber { get; }Public ReadOnly Property MessageNumber As Long?
Get
public:
property Nullable<long long> MessageNumber {
Nullable<long long> get ();
}member MessageNumber : Nullable<int64> with get
Property Value
NullableInt64
See Also