PowerTCP Mail for .NET
ContentId Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > MimeAttachmentStream Class : ContentId Property




Provides access to the "Content-ID" header line of the part.

Syntax

Visual Basic (Declaration) 
Public Property ContentId As String
Visual Basic (Usage)Copy Code
Dim instance As MimeAttachmentStream
Dim value As String
 
instance.ContentId = value
 
value = instance.ContentId
C# 
public string ContentId {get; set;}
Managed Extensions for C++ 
public: __property string* get_ContentId();
public: __property void set_ContentId( 
   string* value
);
C++/CLI 
public:
property String^ ContentId {
   String^ get();
   void set (    String^ value);
}

Property Value

A string representing the value of the "Content-ID" header line.

Remarks

This property is used by HTML email to support a link from the HTML content. When creating an HTML message using the MessageStream(String) constructor, this property will be automatically set.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.