DMCreativeWrapperGetInboundAddresses Method

Alterian Email Manager 6.2.3 SDK Help File
GetInboundAddresses for the client

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public IList<DMInboundAddress> GetInboundAddresses(
	DMToken userToken,
	out int defaultAddressId
)

Parameters

userToken
Type: DMToken
User authentication token
defaultAddressId
Type: SystemInt32
Default id for Inbound address

Return Value

Type: IListDMInboundAddress
Collection DMInboundAddress

Implements

IDMCreativeWrapperGetInboundAddresses(DMToken, Int32)
See Also