Represents a list of
CopyC# items returned
from a successful
CopyC# request. This
list contains aggregated data from the previous two weeks of sending activity.

SendDataPoint

GetSendStatistics

C# |
public class GetSendStatisticsResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | GetSendStatisticsResult()()()() | Initializes a new instance of the GetSendStatisticsResult class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | SendDataPoints |
Gets and sets the property SendDataPoints.
A list of data points, each of which represents 15 minutes of activity. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithSendDataPoints(array<SendDataPoint>[]()[][]) | Obsolete.
Sets the SendDataPoints property
|
![]() | WithSendDataPoints(IEnumerable<(Of <<'(SendDataPoint>)>>)) | Obsolete.
Sets the SendDataPoints property
|

Object | |
![]() | GetSendStatisticsResult |