MessageIdCollection.IsSynchronized Property
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
IsSynchronized
Gets a value indicating whether access to HeaderValueCollection is synchronized (thread-safe). Inherited from HeaderValueCollection.
Declaration
public bool IsSynchronized { get; }
Property Value
Type | Description |
---|---|
Boolean | A value indicating whether access to HeaderValueCollection is synchronized. |