AttachmentBase::ContentId Property

 

Gets or sets the MIME content ID for this attachment.

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

public:
property String^ ContentId {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String holding the content ID.

Exception Condition
ArgumentNullException

Attempted to set ContentId to null.

.NET Framework
Available since 2.0
Return to top
Show: