EMAttachmentGetAttachmentSize Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static int GetAttachmentSize(
DMToken token,
int attachmentID
)
Public Shared Function GetAttachmentSize (
token As DMToken,
attachmentID As Integer
) As Integer
public:
static int GetAttachmentSize(
DMToken^ token,
int attachmentID
)
static member GetAttachmentSize :
token : DMToken *
attachmentID : int -> int
DMLibrary.EMAttachment.GetAttachmentSize = function(token, attachmentID);
Parameters
- token
- Type: DMToken
- attachmentID
- Type: SystemInt32
Return Value
Type:
Int32
See Also