Click or drag to resize
IMessageListCustomer Interface

[This is preliminary documentation and is subject to change.]

Contains information for a customers derived from a message list

Namespace: Netadmin.Management.Messaging.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IMessageListCustomer

The IMessageListCustomer type exposes the following members.

Properties
  ReturnsNameDescription
Public propertyInt64CompanyId
Company Id for the customer
Public propertyStringEmail
Email for the customer
Public propertyStringFirstName
Customer First Name
Public propertyStringFullName
Full name of the customer
Public propertyInt64Id
Internal netadmin id of the customer
Public propertyStringLastName
Customer Last Name
Public propertyStringPhoneNumber
Phone number for the customer
Public propertyStringTitle
Customers title
Top
See Also