Attachment.Method Property

Independentsoft MSG .NET

Attachment Method Property MSG .NET Class Library
Contains a MAPI-defined constant representing the way the contents of an attachment can be accessed.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public AttachmentMethod Method { get; set; }
public AttachmentMethod Method { get; set; }
Public Property Method As AttachmentMethod 
	Get 
	Set
Public Property Method As AttachmentMethod 
	Get 
	Set
Dim instance As Attachment 
Dim value As AttachmentMethod 

value = instance.Method

instance.Method = value
Dim instance As Attachment 
Dim value As AttachmentMethod 

value = instance.Method

instance.Method = value
/** @property */
public AttachmentMethod get_Method()
/** @property */
public void set_Method(AttachmentMethod value)
/** @property */
public AttachmentMethod get_Method()
/** @property */
public void set_Method(AttachmentMethod value)
function get Method () : AttachmentMethod 
function set Method (value : AttachmentMethod)
function get Method () : AttachmentMethod 
function set Method (value : AttachmentMethod)
function get_Method();
function set_Method(value);
function get_Method();
function set_Method(value);

Property Value

Type: AttachmentMethod
The method.
See Also