dotmailer SDK: dotMailer.Sdk.DmCustomFromAddress Class Reference

dotmailer SDK

dotmailer SDK
Tools to access and manage an account in the dotMailer system
dotMailer.Sdk.DmCustomFromAddress Class Reference

A customer from address More...

Inheritance diagram for dotMailer.Sdk.DmCustomFromAddress:
dotMailer.Sdk.Interfaces.IDmObject dotMailer.Sdk.Cache.IDmCacheableObject

Public Member Functions

 DmCustomFromAddress (int accountId, int id, string address)
 Constructor
 

Properties

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
 
- Properties inherited from dotMailer.Sdk.Interfaces.IDmObject
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
 

Detailed Description

A customer from address

Constructor & Destructor Documentation

dotMailer.Sdk.DmCustomFromAddress.DmCustomFromAddress ( int  accountId,
int  id,
string  address 
)

Constructor

Parameters
accountId
id
address

Property Documentation

int dotMailer.Sdk.DmCustomFromAddress.AccountId
getset

the parent account id

string dotMailer.Sdk.DmCustomFromAddress.Address
getset

The from email address

string dotMailer.Sdk.DmCustomFromAddress.ExternalId
get

Gets/Sets the generated Id that uniquely identifies this record

int dotMailer.Sdk.DmCustomFromAddress.Id
getset

Id

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

User Tag

string dotMailer.Sdk.DmCustomFromAddress.UserTag2
getset

User Tag

string dotMailer.Sdk.DmCustomFromAddress.UserTag3
getset

User Tag

Generated by   doxygen 1.8.3