Udostępnij za pośrednictwem


MessageAttachment Class

 

File attachments for messages.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Framework.MessageAttachment

Syntax

[SerializableAttribute]
public sealed class MessageAttachment
[SerializableAttribute]
public ref class MessageAttachment sealed 
<SerializableAttribute>
Public NotInheritable Class MessageAttachment

Constructors

Name Description
System_CAPS_pubmethod MessageAttachment()

Initializes a new instance of the MessageAttachment class.

System_CAPS_pubmethod MessageAttachment(String, Byte[])

Initializes a new instance of the MessageAttachment class.

System_CAPS_pubmethod MessageAttachment(String, String)

Initializes a new instance of the MessageAttachment class.

Properties

Name Description
System_CAPS_pubproperty Body

Gets or sets the body of an attachment.

System_CAPS_pubproperty Name

Gets or sets the name of an attachment.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top