Namespaces | Classes | Enumerations
BriefYourMarket.Service Namespace Reference

Namespaces

Classes

class  Article
 An article in a newsletter More...
 
class  BounceStatistic
 Statistics for a single open of this message More...
 
class  ClickThroughEvent
 A Single Click Through on a particular link More...
 
class  ContactData
 The class used to pass contact data around in an efficient manner. More...
 
class  ContactUpdateResult
 The results of a call to UpdateContacts More...
 
class  ExcludedFont
 A font that is to be excluded when embedding fonts into the pdf document.. More...
 
class  Fault
 This class contains Fault Details for any errors that occurred while processing a particular service method. /summary> More...
 
class  Filter
 Definition of a Filter that selects a set of Contacts out of the BYM database. More...
 
class  FilterExpressionCollection
 A Collection of expressions to be used in building a filter. More...
 
interface  IBYMService
 The Main interface implemented by the BYM Web Service More...
 
class  Image
 An image to be uploaded into the Image Manager. More...
 
class  Interaction
 This class Encapsulates a single email sent to a single contact More...
 
class  InteractionEvent
 Any significant event that occurs to the interaction More...
 
class  InteractionSummary
 A Summary of the status of a particular message or newsletter. More...
 
class  LetterData
 This class provides the details of a letter so that the server can calculate a cost to be presented to the user. More...
 
class  LinkStatistics
 Click Through Stats on a single link in a message or newsletter message. More...
 
class  LookupValue
 A possible value for a MultiValue or Single Value property. (Marketing Preference, Brand, ContactList) More...
 
class  Message
 A Message within BYM More...
 
class  MessageSendResult
 The result of sending an individual message More...
 
class  MessageStatisticsList
 Click Through Stats on a single link in a message or newsletter message. More...
 
class  MessageStats
 Click Through Stats on a single link in a message or newsletter message. More...
 
class  NewsFeedDataContract
 An newsfeed More...
 
class  NewsItem
 An NewsItem More...
 
class  Newsletter
 A Newsletter within BYM More...
 
class  OpenEvent
 This event is written whenever the email message is opened. There may me many of these as different email clients tend to request the images in a message more thn once. More...
 
class  OpenStatistic
 Statistics for a single open of this message More...
 
class  PropertyDefinition
 A definition of an available Contact Property More...
 
class  Setting
 A Brand Specific Setting. This contains the default value, together with any Brand Specific overrides. More...
 
class  SmsMessage
 An Sms Message within BYM More...
 
class  SmsMessageCancelResult
 The result of sending an individual Sms message More...
 
class  SmsMessageSendResult
 The result of sending an individual Sms message More...
 
class  SmsRecipientResult
 The result of sending an individual Sms message More...
 
class  Template
 A BriefYourmarket Template Definition More...
 
class  Thumbnail
 An NewsItem More...
 
class  User
 A BriefYourmarket User More...
 
class  WorldPay
 Summary description for WorldPay More...
 

Enumerations

enum  ArticleParts {
  ArticleParts.None = 0, ArticleParts.ArticleIDs = 0x01, ArticleParts.ArticleTitles = 0x02, ArticleParts.ArticleTeasers = 0x04,
  ArticleParts.ArticleCategories = 0x08, ArticleParts.ArticleBodies = 0x0A, ArticleParts.ArticleAll = 0x0F
}
 Indicate to what depth the call to GetNewsletters should go. More...
 

Enumeration Type Documentation

◆ ArticleParts

Indicate to what depth the call to GetNewsletters should go.

Enumerator
None 

Do not fetch any articles.

ArticleIDs 

Fetch the IDs of all articles in th newsletter

ArticleTitles 

Fetch the titles in the articles fetched.

ArticleTeasers 

Fetch the Teaser in the articles fetched.

ArticleCategories 

Fetch the bodies in the articles fetched.

ArticleBodies 

Fetch the bodies in the articles fetched.

ArticleAll 

Fetch All parts