ExchangeAttachmentExtensionsGetMimeContent Method

Scanjour Workflow4 Reference Manual
Gets mime content from attachment.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static byte[] GetMimeContent(
	this MailAttachment attachment,
	ODataService ctx,
	string culture
)

Parameters

attachment
Type: MailAttachment
The mail attachment.
ctx
Type: ODataService
The OData context.
culture
Type: SystemString
The culture of the mail.

Return Value

Type: Byte

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.ExchangeAttachmentExtensions.GetMimeContent(WorkZone.Exchange.MailAttachment,Scanjour.Process.OData.Client.Proxy.ODataService,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type MailAttachment. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference