ExchangeMessageRemoveAttachmentByNamePrefix Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Exchange.ExchangeMessage.RemoveAttachmentByNamePrefix(System.String)"]
Namespace: Scanjour.Workflow4.Common.ExchangeAssembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic int RemoveAttachmentByNamePrefix(
string nameprefix
)
Public Function RemoveAttachmentByNamePrefix (
nameprefix As String
) As Integer
public:
virtual int RemoveAttachmentByNamePrefix(
String^ nameprefix
) sealed
abstract RemoveAttachmentByNamePrefix :
nameprefix : string -> int
override RemoveAttachmentByNamePrefix :
nameprefix : string -> int
Parameters
- nameprefix String
[Missing <param name="nameprefix"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.ExchangeMessage.RemoveAttachmentByNamePrefix(System.String)"]
Return Value
Int32[Missing <returns> documentation for "M:Scanjour.Workflow4.Common.Exchange.ExchangeMessage.RemoveAttachmentByNamePrefix(System.String)"]
Implements
IMailMessageRemoveAttachmentByNamePrefix(String)
See Also