IAttachmentForEmailInfoProviderGet Method (Int32, Int32) |
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax AttachmentForEmailInfo Get(
int emailId,
int emailAttachmentId
)
Parameters
- emailId
- Type: SystemInt32
Email ID. - emailAttachmentId
- Type: SystemInt32
Email attachment ID.
Return Value
Type:
AttachmentForEmailInfoReturns an instance of
AttachmentForEmailInfo corresponding to given identifiers or null.
See Also