SmtpAddress Structure
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Structure SmtpAddress _
Implements IEquatable(Of SmtpAddress), IComparable(Of SmtpAddress)
'Usage
Dim instance As SmtpAddress
[SerializableAttribute]
public struct SmtpAddress : IEquatable<SmtpAddress>,
IComparable<SmtpAddress>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.