Class EMailAddressType
Represents a EMailAddressType
Inheritance
System.Object
EMailAddressType
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class EMailAddressType
Constructors
| Improve this Doc View SourceEMailAddressType()
Initialize instance
Declaration
public EMailAddressType()
Properties
| Improve this Doc View SourceEMailAddressKeyId
Gets or sets the property EMailAddressKeyId as int
Declaration
public int? EMailAddressKeyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
EMailAddressName
Gets or sets the property EMailAddressName as string
Declaration
public string EMailAddressName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |