Attachment.AttachmentType Property
The AttachmentType property gets or sets a valid AttachmentType value that specifies whether the attachment is inline with the message contents or a regular attachment.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public Property AttachmentType As AttachmentType
public AttachmentType AttachmentType { get; }
public:
property AttachmentType AttachmentType {
AttachmentType get ();
}
/** @property */
public AttachmentType get_AttachmentType ()
public function get AttachmentType () : AttachmentType
Property Value
The AttachmentType property returns one of the valid AttachmentType values.
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also