Class EMailAddress
Represnets an email address entry for a contact
Inheritance
System.Object
EMailAddress
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class EMailAddress : IContactAssignable
Constructors
| Improve this Doc View SourceEMailAddress()
Initialize new mail address
Declaration
public EMailAddress()
Properties
| Improve this Doc View SourceContactId
Gets or sets the contact-id to which the mail address belongs
Declaration
public long? ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
EMailAddressId
Unique mail address id
Declaration
public long? EMailAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
EMailAddressKeyId
Gets or sets the type of the mail address
Declaration
public int EMailAddressKeyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Unique address guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
MailAddress
Gets or sets the mail address
Declaration
public string MailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhysicalAddressId
Gets or sets the physical address type id
Declaration
public long? PhysicalAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Type
Gets or sets the mail address type name
Declaration
public EMailAddressType Type { get; set; }
Property Value
Type | Description |
---|---|
EMailAddressType |