Initializes a new instance of the EmailAttachment class with the specified stream, name, GUID, time stamp and site ID.
            
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- contentStream
 - Type: CMS.IO Stream
Stream 
- name
 - Type: 
System String
File name 
- guid
 - Type: 
System Guid
Attachment GUID - e.g. metafile GUID 
- lastModified
 - Type: 
System DateTime
Time stamp of the attachment 
- siteId
 - Type: 
System Int32
Site ID - could be 0 
See Also