Windward Engine API Reference
contentType Property
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > EmailFileAttachment Class : contentType Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(True)>
Public Property contentType As String
Visual Basic (Usage)Copy Code
Dim instance As EmailFileAttachment
Dim value As String
 
instance.contentType = value
 
value = instance.contentType
C# 
[XmlElementAttribute(true)]
public string contentType {get; set;}
Managed Extensions for C++ 
[XmlElementAttribute(true)]
public: __property string* get_contentType();
public: __property void set_contentType( 
   string* value
);
C++/CLI 
[XmlElementAttribute(true)]
public:
property String^ contentType {
   String^ get();
   void set (    String^ value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.