MailAddressCollection.SyncRoot Property
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
SyncRoot
Gets an object that can be used to synchronize access to HeaderValueCollection object. Inherited from HeaderValueCollection.
Declaration
public object SyncRoot { get; }
Property Value
Type | Description |
---|---|
Object | an object that can be used to synchronize access to HeaderValueCollection object. |