Gets a flag indicating if this message has been encoded with S/MIME.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property IsSmime As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MessageStream
Dim value As Boolean
value = instance.IsSmime |
| C# | |
|---|
public bool IsSmime {get;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_IsSmime(); |
| C++/CLI | |
|---|
public:
property bool IsSmime {
bool get();
} |
Property Value
Boolean value indicating if this message has been encoded with S/MIME.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also