PowerTCP Mail for .NET
IsSmime Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > MessageStream Class : IsSmime Property




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

An S/MIME encoded message can be decoded using the MessageStream.ToMime method.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.