A customer from address
More...
|
int | AccountId [get, set] |
| the parent account id
|
|
int | Id [get, set] |
| Id
|
|
string | Address [get, set] |
| The from email address
|
|
string | UserTag1 [get, set] |
| User Tag
|
|
string | UserTag2 [get, set] |
| User Tag
|
|
string | UserTag3 [get, set] |
| User Tag
|
|
bool | IsDirty [get] |
| Returns true if the object has changed
|
|
string | ObjectType [get, set] |
| Returns the type name of the class Used by the serialisation process
|
|
string | ExternalId [get] |
| Gets/Sets the generated Id that uniquely identifies this record
|
|
int | AccountId [get] |
| The DotMailer account Id for this object
|
|
string | ExternalId [get] |
| A key that represents this object, used for synching with external applications
|
|
bool | IsDirty [get] |
| has the data of the object changed
|
|
dotMailer.Sdk.DmCustomFromAddress.DmCustomFromAddress |
( |
int |
accountId, |
|
|
int |
id, |
|
|
string |
address |
|
) |
| |
int dotMailer.Sdk.DmCustomFromAddress.AccountId |
|
getset |
string dotMailer.Sdk.DmCustomFromAddress.Address |
|
getset |
string dotMailer.Sdk.DmCustomFromAddress.ExternalId |
|
get |
Gets/Sets the generated Id that uniquely identifies this record
int dotMailer.Sdk.DmCustomFromAddress.Id |
|
getset |
bool dotMailer.Sdk.DmCustomFromAddress.IsDirty |
|
get |
Returns true if the object has changed
string dotMailer.Sdk.DmCustomFromAddress.ObjectType |
|
getset |
Returns the type name of the class Used by the serialisation process
string dotMailer.Sdk.DmCustomFromAddress.UserTag1 |
|
getset |
string dotMailer.Sdk.DmCustomFromAddress.UserTag2 |
|
getset |
string dotMailer.Sdk.DmCustomFromAddress.UserTag3 |
|
getset |