Click or drag to resize
AttachmentForEmailInfoProviderGetAttachmentForEmailInfos Method
Returns a query for all the AttachmentForEmailInfo objects.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<AttachmentForEmailInfo> GetAttachmentForEmailInfos()

Return Value

Type: ObjectQueryAttachmentForEmailInfo
See Also